fix(recorder): Always enable sortable
This commit is contained in:
parent
55da69ad50
commit
6062eec0d6
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
|||
// For license information, please see license.txt
|
||||
|
||||
frappe.ui.form.on("Recorder", {
|
||||
onload: function (frm) {
|
||||
frm.fields_dict.sql_queries.grid.only_sortable();
|
||||
},
|
||||
refresh: function (frm) {
|
||||
frm.disable_save();
|
||||
frm._sort_order = {};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue