Skip to content

Commit fa41a71

Browse files
author
Oleksandr Gorkun
committed
MC-13958: Additional Permissions for Design settings
1 parent 23f9442 commit fa41a71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/view/adminhtml/ui_component/category_form.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@
544544
<dataType>string</dataType>
545545
<label translate="true">Schedule Update From</label>
546546
<imports>
547-
<link name="disabled">ns = ${ $.ns }, index = custom_use_parent_settings :checked</link>
547+
<link name="disabled">${ $.parentName }.custom_use_parent_settings:checked || $.data.serviceDisabled</link>
548548
</imports>
549549
</settings>
550550
</field>
@@ -557,7 +557,7 @@
557557
<dataType>string</dataType>
558558
<label translate="true">To</label>
559559
<imports>
560-
<link name="disabled">ns = ${ $.ns }, index = custom_use_parent_settings :checked</link>
560+
<link name="disabled">${ $.parentName }.custom_use_parent_settings:checked || $.data.serviceDisabled</link>
561561
</imports>
562562
</settings>
563563
</field>

0 commit comments

Comments
 (0)