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:
Jo-Philipp Wich 2019-09-09 07:37:35 +02:00
parent 03f9528847
commit dab0a11b73

View file

@ -1115,6 +1115,8 @@ var CBITableSection = CBITypedSection.extend({
m = new CBIMap(this.map.config, null, null),
s = m.section(CBINamedSection, section_id, this.sectiontype);
m.parent = parent;
s.tabs = this.tabs;
s.tab_names = this.tab_names;