[FIXED] Problem with re-ordering grid items for non editable grid (#2456)
This commit is contained in:
parent
eb97b2a739
commit
bf06de8ec9
1 changed files with 2 additions and 0 deletions
|
|
@ -629,6 +629,8 @@ frappe.ui.form.GridRow = Class.extend({
|
|||
}
|
||||
},
|
||||
render_template: function() {
|
||||
this.set_row_index();
|
||||
|
||||
if(this.row_display) {
|
||||
this.row_display.remove();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue