Skip to content

Commit 451bd52

Browse files
committed
MAGETWO-66559: respect depends declaration in system.xml for form element #3469
- Merge Pull Request #3469 from phoenix-bjoern/magento2:AbstractFieldArray-depends-ignored
2 parents 2b24aa3 + 31839f2 commit 451bd52

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Config/view/adminhtml/templates/system/config/form/field

1 file changed

+1
-1
lines changed

app/code/Magento/Config/view/adminhtml/templates/system/config/form/field/array.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $_colspan = $block->isAddAfter() ? 2 : 1;
1515

1616
<div class="design_theme_ua_regexp" id="grid<?php /* @escapeNotVerified */ echo $_htmlId; ?>">
1717
<div class="admin__control-table-wrapper">
18-
<table class="admin__control-table">
18+
<table class="admin__control-table" id="<?php /* @escapeNotVerified */ echo $block->getElement()->getId(); ?>">
1919
<thead>
2020
<tr>
2121
<?php foreach ($block->getColumns() as $columnName => $column): ?>

0 commit comments

Comments
 (0)