mirror of
https://github.com/openwrt/luci.git
synced 2026-06-20 12:10:48 +04:00
1da816ddf2
Some legacy Lua controllers declare menu entries by first invoking `node()` and then setting the `.target` property on the resulting object. Make sure to properly translate such menu nodes into the internal menu JSON representation. Fixes: #6090 Signed-off-by: Jo-Philipp Wich <jo@mein.io>