fix(recorder): Always enable sortable

This commit is contained in:
Ankush Menat 2023-10-31 14:58:33 +05:30
parent 55da69ad50
commit 6062eec0d6

View file

@ -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 = {};