Skip to content

Strategies, more element types, permissions, and abstraction

Compare
Choose a tag to compare
@Mosnar Mosnar released this 21 Jul 22:27
08bcc5a

Added

  • Strategy selection: replace, merge, or subtract
  • Added support for bulk editing custom fields on Categories
  • Added support for bulk editing custom fields on Users
  • Added support for bulk editing custom fields on Assets
  • Added support for bulk editing custom fields on Commerce Products
  • Added EVENT_REGISTER_ELEMENT_PROCESSORS to allow modules/plugins an opportunity to register an element processor
  • Added EVENT_REGISTER_SUPPORTED_FIELDS to allow modules/plugins an opportunity to register a supported field
  • Added a progress message to queue job
  • Added permissions for each element type
  • Edit contexts now ensure the element types match that of the original request

Changed

  • Refactored much of the modal form structure to accommodate strategies
  • Code cleaning & abstraction
  • The queue now runs automatically after saving a job
  • The queue jobs now batch elements properly

Removed

  • Don't save revisions of entries anymore