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 bd73e2f commit f543a62Copy full SHA for f543a62
app/code/Magento/Ui/view/base/web/js/form/components/fieldset.js
@@ -22,7 +22,7 @@ define([
22
opened: false,
23
level: 0,
24
visible: true,
25
- initializeFieldsetDataByDefault: false,
+ initializeFieldsetDataByDefault: false, /* Data in some fieldsets should be initialized before open */
26
disabled: false,
27
listens: {
28
'opened': 'onVisibilityChange'
@@ -81,7 +81,7 @@ define([
81
'loading': this.onContentLoading,
82
'error': this.onChildrenError
83
});
84
- this._wasOpened = true;
+
85
if (this.disabled) {
86
try {
87
elem.disabled(true);
0 commit comments