From 31839f2140468247eb9574367258c645ba5b217d Mon Sep 17 00:00:00 2001 From: PhoenixPM - BK Date: Thu, 18 Feb 2016 19:12:40 +0100 Subject: [PATCH] respect depends declaration in system.xml for form element --- .../adminhtml/templates/system/config/form/field/array.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Config/view/adminhtml/templates/system/config/form/field/array.phtml b/app/code/Magento/Config/view/adminhtml/templates/system/config/form/field/array.phtml index bc400ccd6b5b8..4ffcf158690cb 100644 --- a/app/code/Magento/Config/view/adminhtml/templates/system/config/form/field/array.phtml +++ b/app/code/Magento/Config/view/adminhtml/templates/system/config/form/field/array.phtml @@ -15,7 +15,7 @@ $_colspan = $block->isAddAfter() ? 2 : 1;
- +
getColumns() as $columnName => $column): ?>