Skip to content

Commit 58047f8

Browse files
author
Karpenko, Oleksandr
committed
MAGETWO-52958: Better Semantic for UI Components
1 parent d80ecba commit 58047f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/SalesRule/view/adminhtml/ui_component/sales_rule_form.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@
409409
</settings>
410410
<container name="conditions_apply_to" sortOrder="10">
411411
<htmlContent name="html_content">
412-
<block name="sales_rule_conditions" class="Magento\SalesRule\Block\Adminhtml\Promo\Quote\Edit\Tab\Conditions" />
412+
<block name="conditions_apply_to" class="Magento\SalesRule\Block\Adminhtml\Promo\Quote\Edit\Tab\Conditions" />
413413
</htmlContent>
414414
</container>
415415
</fieldset>
@@ -521,7 +521,7 @@
521521
</field>
522522
<container name="actions_apply_to" sortOrder="40">
523523
<htmlContent name="html_content">
524-
<block class="Magento\SalesRule\Block\Adminhtml\Promo\Quote\Edit\Tab\Actions"/>
524+
<block name="actions_apply_to" class="Magento\SalesRule\Block\Adminhtml\Promo\Quote\Edit\Tab\Actions"/>
525525
</htmlContent>
526526
</container>
527527
</fieldset>
@@ -544,7 +544,7 @@
544544
</field>
545545
<container name="store_view_labels" sortOrder="40">
546546
<htmlContent name="html_content">
547-
<block class="Magento\SalesRule\Block\Adminhtml\Promo\Quote\Edit\Tab\Labels"/>
547+
<block name="store_view_labels" class="Magento\SalesRule\Block\Adminhtml\Promo\Quote\Edit\Tab\Labels"/>
548548
</htmlContent>
549549
</container>
550550
</fieldset>

0 commit comments

Comments
 (0)