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 81a903c commit bd46881Copy full SHA for bd46881
app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/General.php
@@ -342,7 +342,7 @@ protected function customizeNameListeners(array $meta)
342
'handleShortDescriptionChanges' => '${$.provider}:data.product.short_description',
343
'handleSizeChanges' => '${$.provider}:data.product.size'
344
],
345
- 'allowImport' => $this->locator->getProduct()->getId() ? false : true,
+ 'allowImport' => !$this->locator->getProduct()->getId(),
346
];
347
348
if (!in_array($listener, $textListeners)) {
0 commit comments