From 5e67b8b72be046d8acd703f5f2e5799b153fed6e Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 31 Jul 2019 07:59:49 +0200 Subject: [PATCH] luci-base: form.js: update tab state on dependency checks Signed-off-by: Jo-Philipp Wich --- modules/luci-base/htdocs/luci-static/resources/form.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/luci-base/htdocs/luci-static/resources/form.js b/modules/luci-base/htdocs/luci-static/resources/form.js index ef2f18e35..82b7695e4 100644 --- a/modules/luci-base/htdocs/luci-static/resources/form.js +++ b/modules/luci-base/htdocs/luci-static/resources/form.js @@ -196,6 +196,8 @@ var CBIMap = CBINode.extend({ if (changed && (n || 0) < 10) this.checkDepends(ev, (n || 10) + 1); + + ui.tabs.updateTabs(ev, this.root); } }); -- 2.25.1