luci-base: form.js: store pointer to parent map in modal overlay map
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
03f9528847
commit
dab0a11b73
1 changed files with 2 additions and 0 deletions
|
@ -1115,6 +1115,8 @@ var CBITableSection = CBITypedSection.extend({
|
||||||
m = new CBIMap(this.map.config, null, null),
|
m = new CBIMap(this.map.config, null, null),
|
||||||
s = m.section(CBINamedSection, section_id, this.sectiontype);
|
s = m.section(CBINamedSection, section_id, this.sectiontype);
|
||||||
|
|
||||||
|
m.parent = parent;
|
||||||
|
|
||||||
s.tabs = this.tabs;
|
s.tabs = this.tabs;
|
||||||
s.tab_names = this.tab_names;
|
s.tab_names = this.tab_names;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue