]> git.koha-community.org Git - koha.git/commit
Bug 36276: Fix editing of identity provider and domains 24.05.x
authorOwen Leonard <oleonard@myacpl.org>
Tue, 9 Jul 2024 18:40:33 +0000 (18:40 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 18 Sep 2024 14:21:29 +0000 (14:21 +0000)
commit89f3e67a1d58b1060b9c2f22370173d1c483c723
treeaebce83d9f4c541653056f26ad96b7d8a34c914a
parent7f88f0921397fc77e2b0dfd8a8a5bb7c03ed128d
Bug 36276: Fix editing of identity provider and domains

This patch fixes identity_providers.pl to remove the "cud-" prefix for
two operations which are not POSTed: editing identity providers and
editing domains.

To test, apply the patch and restart services.

- Go to Administration -> Identity providers.
- If necessary, create an identity provider and then click "Manage
  domains" -> New identity provider domain to create a new domain.
- From the list of domains, click "Edit"
- The edit form should appear with all the correct details prefilled.
  - Check that the page title, breadcrumbs, and page header all show the
    correct domain.
  - Make a change to the domain and confirm that the changes are saved.

- From the list of identity providers, click "Edit"
- This form should also load correctly.
- Submitted changes should be saved correctly.

Sponsored-by: Athens County Public Libraries
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: David Cook <dcook@prosentient.com.au>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 32578e4f724d56ebb8905f6523b665026eea8e7a)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
admin/identity_providers.pl