You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: admin/broadleaf-open-admin-platform/src/main/java/org/broadleafcommerce/openadmin/web/form/entity/FieldGroup.java
+5-1
Original file line number
Diff line number
Diff line change
@@ -162,8 +162,12 @@ public boolean isMasterFieldGroup() {
162
162
if (getTitle() != null && getTitle().toLowerCase().contains("master")) {
163
163
returntrue;
164
164
}
165
+
returnfalse;
166
+
}
167
+
168
+
publicbooleancontainsFieldData() {
165
169
for (Fieldfield : fields) {
166
-
if (field.isMasterField() && field.getValue() != null) {
0 commit comments