From 879d9ff2b8f80b7c8e4adadf0702154d9ae932f4 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 2 Sep 2015 11:24:29 +0000 Subject: uci:set_list: Delete option if the list is empty Allows lists fetched with get_list to be modified and simply passed back to set_list. Explicitly calling set_list() with an empty list is clearly requesting that there be zero list items, ie, deletion of the option altogether. Signed-off-by: Karl Palsson --- modules/luci-base/luasrc/model/uci.luadoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/luci-base/luasrc/model/uci.luadoc') diff --git a/modules/luci-base/luasrc/model/uci.luadoc b/modules/luci-base/luasrc/model/uci.luadoc index 80464f7ce..f3aa609d5 100644 --- a/modules/luci-base/luasrc/model/uci.luadoc +++ b/modules/luci-base/luasrc/model/uci.luadoc @@ -104,14 +104,15 @@ Get the given option from the first section with the given type. ]] ---[[ -Set given values as list. +Set given values as list. Setting a list option to an empty list +has the same effect as deleting the option. @class function @name Cursor.set_list @param config UCI config @param section UCI section name @param option UCI option -@param value UCI value +@param value value or table. Raw values will become a single item table. @return Boolean whether operation succeeded ]] -- cgit v1.2.3