]> git.koha-community.org Git - koha.git/commit
Bug 37165: Can't edit frequencies due to stray cud- in modify op
authorPhil Ringnalda <phil@chetcolibrary.org>
Sat, 22 Jun 2024 23:40:19 +0000 (16:40 -0700)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 27 Jun 2024 09:49:57 +0000 (11:49 +0200)
commit96d1ad65b486f3e1962ec13fd2db09afbead82b6
tree173aa21e35b37cf74c11c4a2a589b20e20096ea1
parentfb9edbcf5c3edb937878a02c14e10d5d4cdc98e3
Bug 37165: Can't edit frequencies due to stray cud- in modify op

The op modify in subscription-frequencies.pl isn't a cud- operation, it's
a GET of the editing form, so it shouldn't have been changed to cud-modify.

Test plan:
1. Don't apply the patch yet
2. Serials - Manage frequencies - for any frequency click Edit
2. Note that the editing form is empty
3. Apply patch, restart_all
4. Repeat step 2, note that now the editing form has the existing data
5. Change anything, Display order is nice, and save to verify that
   cud-savemod still works

Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
serials/subscription-frequencies.pl