[FIXED] Problem with re-ordering grid items for non editable grid (#2456)

This commit is contained in:
Javier Wong 2016-12-15 17:42:59 +08:00 committed by Rushabh Mehta
parent eb97b2a739
commit bf06de8ec9

View file

@ -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();
}