luci-app-radicale3: correctness fixes
authorPaul Donald <redacted>
Tue, 26 May 2026 10:54:21 +0000 (13:54 +0300)
committerPaul Donald <redacted>
Wed, 27 May 2026 12:49:47 +0000 (15:49 +0300)
Signed-off-by: Paul Donald <redacted>
applications/luci-app-radicale3/htdocs/luci-static/resources/view/radicale3.js

index 54fe96a0e85efc7b62072dee2b98d98adb4b3511..b8feb7f482ab31c4f0fefa8f2d34b6080f78897c 100644 (file)
@@ -451,7 +451,7 @@ return view.extend({
                s.tab('main', _('Main'));
 
                o = s.taboption('main', form.ListValue, 'level', _('Log Level'));
-               s.rmempty = true;
+               o.rmempty = true;
                o.value('', _('Default (info)'));
                o.value('trace', _('Trace'));
                o.value('debug', _('Debug'));
git clone https://git.99rst.org/PROJECT