forked from shopware/shopware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'next-23395/creating-new-order-tabs-changes' into 'trunk'
NEXT-23395 - Creating new order tabs changes See merge request shopware/6/product/platform!9115
- Loading branch information
Showing
60 changed files
with
2,621 additions
and
2,755 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
changelog/_unreleased/2022-08-24-change-line-item-default-value-to-one.md
This file was deleted.
Oops, something went wrong.
28 changes: 28 additions & 0 deletions
28
changelog/_unreleased/2022-11-15-creating-new-order-tabs-changes.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: Creating new order tabs changes | ||
issue: NEXT-23395 | ||
flag: FEATURE_NEXT_7530 | ||
--- | ||
# Administration | ||
* Changed in `src/module/sw-order/component/sw-order-line-items-grid-sales-channel/index.js` | ||
* Changed method `onInlineEditCancel` to revert quantity of existing product when cancel inline editing | ||
* Changed method `onDeleteSelectedItems` to reset line item grid selection after deleting items | ||
* Added method `changeItemQuantity` to handle changing item quantity | ||
|
||
* Changed in `src/module/sw-order/component/sw-order-line-items-grid-sales-channel/sw-order-line-items-grid-sales-channel.html.twig` | ||
* Changed block `sw_order_line_items_grid_sales_channel_grid_columns_quantity_inline_edit` to handle editing item quantity | ||
* Changed block `sw_order_line_items_grid_sales_channel_grid_columns_label_link` to remove link for empty product label. | ||
|
||
* Changed in `src/module/sw-order/component/sw-order-line-items-grid/index.js` | ||
* Changed method `onDeleteSelectedItems` to delete blank line items | ||
* Change method `onDeleteItem` to delete single blank line items | ||
|
||
* Changed in `src/module/sw-order/component/sw-order-line-items-grid/sw-order-line-items-grid.html.twig` | ||
* Changed block `sw_order_line_items_grid_create_actions_dropdown_menu_item` to handle ACL for add product button | ||
* Changed block `sw_order_line_items_grid_grid_actions` to handle ACL for remove from order button and delete blank item. | ||
|
||
* Changed method `onCreateDocument` in `src/Administration/Resources/app/administration/src/module/sw-order/component/sw-order-document-card/index.js` to get document data correctly | ||
* Changed in `src/module/sw-order/state/order.store.ts` to add action `saveMultipleLineItems` to save multiple line items. | ||
* Changed in `src/module/sw-order/acl/index.js` to edit data access for order viewer permission. | ||
* Changed block `sw_order_document_settings_modal_media_modal` in `src/module/sw-order/component/sw-order-document-settings-modal/sw-order-document-settings-modal.html.twig` to fileAccept prop of `sw-media-modal-v2`. | ||
* Changed method `checkFileType` in `src/app/component/media/sw-media-upload-v2/index.js` to remove blank characters in fileTypes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
226 changes: 0 additions & 226 deletions
226
...ources/app/administration/src/module/sw-order/component/sw-order-add-items-modal/index.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.