fix: show headline instead of save
This commit is contained in:
parent
1849c4f2cf
commit
f7e45d1acd
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ frappe.ui.form.on('Web Template', {
|
|||
// the next save. Changes will get overwritten from the backend
|
||||
// on save and should not be possible in the UI.
|
||||
frm.toggle_display('template', false);
|
||||
frm.save();
|
||||
frm.dashboard.set_headline(__('Please save to edit the template.'));
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue