Summary: | Quick edit a subfield not selecting the correct tab | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | System Administration | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | Pushed to main --- | QA Contact: | Julian Maurice <julian.maurice> |
Severity: | normal | ||
Priority: | P5 - low | CC: | gmcharlt, julian.maurice |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
25.05.00
|
Circulation function: | |
Bug Depends on: | 17173, 33178 | ||
Bug Blocks: | |||
Attachments: |
Bug 39300: Fix quick edit of subfields
Bug 39300: Fix quick edit of subfields Bug 39300: Fix quick edit of subfields |
Description
Jonathan Druart
2025-03-11 09:37:14 UTC
Created attachment 179150 [details] [review] Bug 39300: Fix quick edit of subfields Searching tag$subfield in the framework should redirect to the edition of the tag with the subfield tab selected. This has been broken when we used the wrapper for tabs on bug 33178. Test plan: Edit a framework http://localhost:8081/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode= Search for 952$c => You are redirected to the edition of 952 and the "c" tab is selected Created attachment 179159 [details] [review] Bug 39300: Fix quick edit of subfields Searching tag$subfield in the framework should redirect to the edition of the tag with the subfield tab selected. This has been broken when we used the wrapper for tabs on bug 33178. Test plan: Edit a framework http://localhost:8081/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode= Search for 952$c => You are redirected to the edition of 952 and the "c" tab is selected Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 180434 [details] [review] Bug 39300: Fix quick edit of subfields Searching tag$subfield in the framework should redirect to the edition of the tag with the subfield tab selected. This has been broken when we used the wrapper for tabs on bug 33178. Test plan: Edit a framework http://localhost:8081/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode= Search for 952$c => You are redirected to the edition of 952 and the "c" tab is selected Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> Pushed for 25.05! Well done everyone, thank you! |