File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,6 @@ protected function customizeCategoriesField(array $meta)
268
268
'disabled ' => $ fieldIsDisabled ,
269
269
'elementTmpl ' => 'ui/grid/filters/elements/ui-select ' ,
270
270
'options ' => $ this ->getCategoriesTree (),
271
- 'disabled ' => $ fieldIsDisabled ,
272
271
'listens ' => [
273
272
'index=create_category:responseData ' => 'setParsed ' ,
274
273
'newOption ' => 'toggleOptionSelected '
@@ -322,11 +321,7 @@ protected function customizeCategoriesField(array $meta)
322
321
]
323
322
];
324
323
}
325
- $ meta = $ this ->arrayManager ->merge (
326
- $ containerPath ,
327
- $ meta ,
328
- $ value
329
- );
324
+ $ meta = $ this ->arrayManager ->merge ($ containerPath , $ meta , $ value );
330
325
331
326
return $ meta ;
332
327
}
You can’t perform that action at this time.
0 commit comments