File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
CatalogInventory/view/adminhtml/ui_component
Catalog/Ui/DataProvider/Product/Form/Modifier Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -579,6 +579,7 @@ protected function customizeAdvancedPricing()
579
579
'componentType ' => Modal::NAME ,
580
580
'dataScope ' => '' ,
581
581
'provider ' => 'product_form.product_form_data_source ' ,
582
+ 'onCancel ' => 'actionCancel ' ,
582
583
'options ' => [
583
584
'title ' => __ ('Advanced Pricing ' ),
584
585
'buttons ' => [
Original file line number Diff line number Diff line change 11
11
<item name =" config" xsi : type =" array" >
12
12
<item name =" dataScope" xsi : type =" string" >data.product</item >
13
13
<item name =" provider" xsi : type =" string" >product_form.product_form_data_source</item >
14
+ <item name =" onCancel" xsi : type =" string" >actionCancel</item >
14
15
<item name =" options" xsi : type =" array" >
15
16
<item name =" title" xsi : type =" string" >Advanced Inventory</item >
16
17
<item name =" buttons" xsi : type =" array" >
You can’t perform that action at this time.
0 commit comments