Skip to content

Commit 982e52c

Browse files
author
Volodymyr Klymenko
authored
Merge pull request #108 from magento-folks/bugfix
[Folks] Bugfix
2 parents 68a91a9 + bdbbaa8 commit 982e52c

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ public function modifyMeta(array $meta)
122122
'collapsible' => true,
123123
'componentType' => Form\Fieldset::NAME,
124124
'dataScope' => self::DATA_SCOPE_PRODUCT,
125+
'disabled' => false,
125126
'sortOrder' => $this->getNextGroupSortOrder(
126127
$meta,
127128
'search-engine-optimization',

0 commit comments

Comments
 (0)