Skip to content

Commit bd46881

Browse files
author
Bohdan Korablov
committed
MAGETWO-51831: Meta Title, Meta Keywords, Meta Description not saved when editing product
1 parent 81a903c commit bd46881

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier/General.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ protected function customizeNameListeners(array $meta)
342342
'handleShortDescriptionChanges' => '${$.provider}:data.product.short_description',
343343
'handleSizeChanges' => '${$.provider}:data.product.size'
344344
],
345-
'allowImport' => $this->locator->getProduct()->getId() ? false : true,
345+
'allowImport' => !$this->locator->getProduct()->getId(),
346346
];
347347

348348
if (!in_array($listener, $textListeners)) {

0 commit comments

Comments
 (0)