feat: don't show full link option if force is set in quick entry
This commit is contained in:
parent
f4b9f8a314
commit
657d001eef
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ frappe.ui.form.QuickEntryForm = Class.extend({
|
|||
});
|
||||
|
||||
this.register_primary_action();
|
||||
this.render_edit_in_full_page_link();
|
||||
!this.force && this.render_edit_in_full_page_link();
|
||||
// ctrl+enter to save
|
||||
this.dialog.wrapper.keydown(function(e) {
|
||||
if((e.ctrlKey || e.metaKey) && e.which==13) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue