mirror of
https://github.com/openwrt/luci.git
synced 2026-06-20 12:10:48 +04:00
ee9b3a4e94
The `onchange` notification handler is called too early to be able to evaluate other widget's `isActive()` status. Solve this by changing order of event handling - first register/execute `map.checkDepends` and then `onchange`. Fixes: openwrt/luci#4516. Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>