[fix] refresh grid after re-render
This commit is contained in:
parent
34c46335db
commit
c2e2919bbe
1 changed files with 2 additions and 0 deletions
|
|
@ -221,6 +221,8 @@ frappe.ui.form.Grid = Class.extend({
|
|||
me.grid_rows.push(me.grid_rows_by_docname[d.name]);
|
||||
});
|
||||
|
||||
me.refresh();
|
||||
|
||||
me.frm.dirty();
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue