Merge pull request #12361 from amenat/child_table_bug
fix: Fix modal child tables not showing up
This commit is contained in:
commit
033d03d235
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ export default class Grid {
|
|||
}
|
||||
|
||||
refresh(force) {
|
||||
if (this.frm.setting_dependency) return;
|
||||
if (this.frm && this.frm.setting_dependency) return;
|
||||
|
||||
this.data = this.get_data();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue