mirror of
https://github.com/openwrt/luci.git
synced 2025-10-02 17:00:17 +00:00
Named sections collide and overwrite each other when navigating the GUI and repeating the same name, because uci does not allow multiple named sections to share the same name. This at least forces users to pick names so their resulting config works. Closes #7159 Signed-off-by: Paul Donald <newtwen+github@gmail.com>