mergify[bot]
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
frappe/public/js/frappe/ui/field_group.js
|
|
@@ -169,6 +169,9 @@ frappe.ui.FieldGroup = class FieldGroup extends frappe.ui.form.Layout { |
|
|
|
} |
|
|
|
|
|
|
|
set_df_property(fieldname, prop, value) { |
|
|
|
if (!fieldname) { |
|
|
|
return; |
|
|
|
} |
|
|
|
const field = this.get_field(fieldname); |
|
|
|
field.df[prop] = value; |
|
|
|
field.refresh(); |
|
|
|