Merge pull request #11069 from scmmishra/fix-set-page-action
fix: set page actions after setting read only
This commit is contained in:
commit
59072daa4f
1 changed files with 1 additions and 0 deletions
|
|
@ -1409,6 +1409,7 @@ frappe.ui.form.Form = class FrappeForm {
|
|||
};
|
||||
}
|
||||
this.perm = perm;
|
||||
this.toolbar.set_page_action();
|
||||
}
|
||||
|
||||
trigger(event, doctype, docname) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue