Merge pull request #11069 from scmmishra/fix-set-page-action

fix: set page actions after setting read only
This commit is contained in:
mergify[bot] 2020-07-22 06:03:09 +00:00 committed by GitHub
commit 59072daa4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1409,6 +1409,7 @@ frappe.ui.form.Form = class FrappeForm {
};
}
this.perm = perm;
this.toolbar.set_page_action();
}
trigger(event, doctype, docname) {