Skip to content

Commit 1ab1958

Browse files
author
Roman Lytvynenko
committed
MC-18348: Unable to set "No layout updates" for category with enabled page builder module
1 parent e3b9ecf commit 1ab1958

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

app/code/Magento/Catalog/Model/Plugin/SetPageLayoutDefaultValue.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212

1313
use Magento\Catalog\Model\Category\DataProvider;
1414
use Magento\Framework\Exception\NoSuchEntityException;
15-
/** Sets the default value for Category Design Layout if provided */
15+
16+
/**
17+
* Sets the default value for Category Design Layout if provided
18+
*/
1619
class SetPageLayoutDefaultValue
1720
{
1821
private $defaultValue;

app/code/Magento/Ui/Component/Form/Field/DefaultValue.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
use Magento\Framework\App\Config\ScopeConfigInterface;
1111
use Magento\Framework\View\Element\UiComponent\ContextInterface;
1212
use Magento\Framework\View\Element\UiComponentFactory;
13-
/** Field class has dynamic default value based on System Configuration path */
13+
14+
/**
15+
* Field class has dynamic default value based on System Configuration path
16+
*/
1417
class DefaultValue extends \Magento\Ui\Component\Form\Field
1518
{
1619
/**

0 commit comments

Comments
 (0)