Merge pull request #12361 from amenat/child_table_bug

fix: Fix modal child tables not showing up
This commit is contained in:
mergify[bot] 2021-02-11 11:17:47 +00:00 committed by GitHub
commit 033d03d235
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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