]> git.koha-community.org Git - koha.git/commit
Bug 37091: Correct op parameter in systempreferences.pl
authorEmily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Fri, 14 Jun 2024 14:29:34 +0000 (10:29 -0400)
committerLucas Gass <lucas@bywatersolutions.com>
Thu, 18 Jul 2024 19:42:10 +0000 (19:42 +0000)
commit1de20773bec77fb74d2853a1a816c3804ee37970
tree2f66ddedb5091a882a306b50f131066d4e314e0c
parent1394d31d151dad7cb30e1bfcb4e291e67f23101d
Bug 37091: Correct op parameter in systempreferences.pl

To test:
1. Go to Administration > System Preferences > Local Use
2. Attempt to delete a local system preference
--> The confirmation page displays a blank name and value
3. Click "Yes, delete"
--> The system preference is still there
4. Apply patch, restart_all, and reload page
5. Attempt to delete the system preference again
--> The confirmation page displays correct information
6. Click "Yes, delete"
--> The system preference is deleted successfully

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit b0b168b6f84ef00babf566097933de7a338726a7)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
admin/systempreferences.pl