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.
2 parents ec3b11f + 0f07312 commit fd1f04dCopy full SHA for fd1f04d
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