Skip to content

Commit f66d9c4

Browse files
committed
MAGETWO-94948: Can't delete an option from Fixed Product Tax
1 parent d0d6c56 commit f66d9c4

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Weee/Ui/DataProvider/Product/Form/Modifier

1 file changed

+1
-0
lines changed

app/code/Magento/Weee/Ui/DataProvider/Product/Form/Modifier/Weee.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ protected function modifyAttributeConfig($attributeCode, array $attributeConfig)
155155
'dndConfig' => [
156156
'enabled' => false,
157157
],
158+
'required' => (bool)$attributeConfig['arguments']['data']['config']['required'],
158159
],
159160
],
160161
],

0 commit comments

Comments
 (0)