Skip to content
Commit dc021180 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

luci-base: ui.js: fix multi vs. multiple keyword confusion



The "luci.form" and "luci.tools.widgets" classes use the "multiple"
keyword while ui.js uses "multi" internally, leading to single-value
dropdowns widget values getting stored as uci lists.

Fix the issue by using "multiple" everywhere.

Fixes: #2871
Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
parent 776e6d54
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment