Bug 36639

Summary: CSRF: Fix deleting authority from authority detail page
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: Architecture, internals, and plumbingAssignee: Marcel de Rooy <m.de.rooy>
Status: RESOLVED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: david, fridolin.somers
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
24.05.00
Circulation function:
Bug Depends on:    
Bug Blocks: 36192    
Attachments: Bug 36639: Fix delete on authorities detail
Bug 36639: Fix delete on authorities detail

Description Marcel de Rooy 2024-04-18 09:43:13 UTC
You can delete the authority from the authority search result list.
But you cannot delete it from its detail page anymore.

Seems to be introduced with the CSRF changes.
Comment 1 Marcel de Rooy 2024-04-18 09:44:30 UTC
Created attachment 165058 [details] [review]
Bug 36639: Fix delete on authorities detail

Test plan:
Verify that you can delete an authority from detail page again.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Comment 2 Marcel de Rooy 2024-04-18 09:45:47 UTC
Trivial: self SO

Not sure about upping severity..
Comment 3 Jonathan Druart 2024-04-23 09:40:26 UTC
Created attachment 165361 [details] [review]
Bug 36639: Fix delete on authorities detail

Test plan:
Verify that you can delete an authority from detail page again.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 4 Katrin Fischer 2024-04-26 06:53:55 UTC
Pushed for 24.05!

Well done everyone, thank you!
Comment 5 Fridolin Somers 2024-05-23 15:01:05 UTC
23.11.x not impacted
Comment 6 David Nind 2024-07-05 09:56:34 UTC
Restores functionality. No changes to the manual required.