cgi_edit_actions_submit(): Check the toggle state of filters until no filters are...
authorFabian Keil <fk@fabiankeil.de>
Wed, 23 Sep 2020 17:08:14 +0000 (19:08 +0200)
committerFabian Keil <fk@fabiankeil.de>
Sat, 26 Sep 2020 09:32:30 +0000 (11:32 +0200)
commit0abb0d894b8e7088b0b9b0247f37ec6ca019975d
treef8a33eecf38a7432dbcbd607dd4f9150ffcd9d79
parentaff9f77a4df808dadc3c871c170712d8bd1584e6
cgi_edit_actions_submit(): Check the toggle state of filters until no filters are left

Previously we would stop looking after the first filter
index wasn't found in the request URL.

This worked in case of "split-large-forms 0" but resulted in
filter state being ignored in case of "split-large-forms 1"
which leads to request URLs that only contain a subset of
the filters.

Reported by withoutname in #921.
cgiedit.c