We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9798804 commit 95e5361Copy full SHA for 95e5361
lib/web/mage/adminhtml/form.js
@@ -551,6 +551,8 @@ define([
551
} else {
552
if (target) {
553
target.show();
554
+ headElement = jQuery('.field-' + idTo).add('.field-chooser' + idTo);
555
+ headElement.show();
556
}
557
558
if (isAnInputOrSelect && !isInheritCheckboxChecked) {
@@ -580,6 +582,9 @@ define([
580
582
581
583
if (headElement.length > 0) {
584
headElement.hide();
585
+ } else {
586
587
+ headElement.hide();
588
589
590
0 commit comments