Revert "fix: set page actions after setting read only"

This commit is contained in:
Shivam Mishra 2020-07-22 19:30:11 +05:30 committed by GitHub
parent 45b5d61e5a
commit b541ffac68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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