]> git.koha-community.org Git - koha.git/commit
Bug 36521: Checkbox preferences should be allowed to be submitted empty
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Thu, 4 Apr 2024 12:35:56 +0000 (12:35 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 5 Apr 2024 09:51:11 +0000 (11:51 +0200)
commitd9aef9163ffb99e577c068bcf5702a52244d910b
tree414b764822d717a9016dcd18f1bbcbf4fbac4a58
parent335b5b7ad52a7f56bac617e79358d4863a0e0c99
Bug 36521: Checkbox preferences should be allowed to be submitted empty

Visit:
http://localhost:8081/cgi-bin/koha/admin/preferences.pl?tab=i18n_l10n

Uncheck English on both 'language' and 'OPACLanguages'. Save.
Notice "Nothing to save" shows.
Apply patch. Repeat. Notice you can now save with all options empty.

To my knowledge, these 2 language preferences are the only checkbox preferences of this kind (correct me
if I'm wrong please).

I need to add a new system preference for bug 35604 listing all installed ILL backends so the user
may enable or disable each of the backends.
I want that particular system preference to be disabled as a whole if all backends are unchecked, but I was unable
to uncheck all before this patch.

I understand that for languages checkboxes specifically not allowing everything to be empty may make sense (at least
one language should be enabled, after all). But these languages checkbox preferences should be the exception, not the rule,
for this behaviour.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
koha-tmpl/intranet-tmpl/prog/js/pages/preferences.js