We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b1e10 commit 9c8e600Copy full SHA for 9c8e600
app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/Attributes.php
@@ -309,7 +309,7 @@ private function customizeAttributesGrid(array $meta)
309
'immediateUpdateBySelection' => true,
310
'behaviourType' => 'edit',
311
'externalFilterMode' => true,
312
- 'dataLinks' => ['imports' => false, 'exports' => true],
+ 'dataLinks' => ['imports' => false, 'exports' => false],
313
'formProvider' => 'ns = ${ $.namespace }, index = product_form',
314
'groupCode' => static::GROUP_CODE,
315
'groupName' => static::GROUP_NAME,
0 commit comments