Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 768 Bytes

2021-09-12-add-tag-custom-field-cards-to-bulk-edit-of-order.md

File metadata and controls

9 lines (9 loc) · 768 Bytes
title issue
Add Tag & Custom field cards to bulk edit of Order
NEXT-17081

Administration

  • Added tagsFormFields computed property in app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-order/index.js to load tags fields.
  • Added loadCustomFieldSets method in app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-order/index.js to load custom field sets.
  • Added block sw_bulk_edit_order_tags_card in app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.html.twig to show bulk edit order tags card.
  • Added block sw_bulk_edit_order_custom_field_card in app/administration/src/module/sw-bulk-edit/page/sw-bulk-edit-order/sw-bulk-edit-order.html.twig to show bulk edit order custom field card