Summary: | Add edit buttons for patron flags in attention box | ||
---|---|---|---|
Product: | Koha | Reporter: | David Gustafsson <glasklas> |
Component: | Staff interface | Assignee: | David Gustafsson <glasklas> |
Status: | Needs documenting --- | QA Contact: | Emily Lamancusa (emlam) <emily.lamancusa> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | emily.lamancusa, fridolin.somers, gmcharlt, lucas |
Version: | Main | ||
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: |
24.05.00
|
Circulation function: | |
Attachments: |
Patron details
Bug 36440: Add edit buttons for patron flags in attention box Patron details Bug 36440: Add edit buttons for patron flags in attention box Bug 36440: Add edit buttons for patron flags in attention box Bug 36440: Add edit buttons for patron flags in attention box Bug 36440: (QA follow-up) Update op parameter |
Description
David Gustafsson
2024-03-27 16:42:48 UTC
Created attachment 164010 [details]
Patron details
Created attachment 164012 [details] [review] Bug 36440: Add edit buttons for patron flags in attention box Add edit buttons for patron flags in attention box and show flag status in detail view To test: 1) Go to patron details for a patron with address in doubt and card lost flags set and verify these are highlighted under "Library use" and the patron messages has edit buttons that links to the modfiy patron page. Sponsored-by: Gothenburg University Created attachment 164015 [details]
Patron details
David, The links for each button lead to a 404 error. You need the full path I think: /cgi-bin/koha/members/memberentry.pl? Created attachment 164017 [details] [review] Bug 36440: Add edit buttons for patron flags in attention box Add edit buttons for patron flags in attention box and show flag status in detail view To test: 1) Go to patron details for a patron with address in doubt and card lost flags set and verify these are highlighted under "Library use" and the patron messages has edit buttons that links to the modfiy patron page. Sponsored-by: Gothenburg University Yes, you are right. This has now been fixed. Created attachment 164018 [details] [review] Bug 36440: Add edit buttons for patron flags in attention box Add edit buttons for patron flags in attention box and show flag status in detail view To test: 1) Go to patron details for a patron with address in doubt and card lost flags set and verify these are highlighted under "Library use" and the patron messages has edit buttons that links to the modfiy patron page. Sponsored-by: Gothenburg University Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Created attachment 166608 [details] [review] Bug 36440: Add edit buttons for patron flags in attention box Add edit buttons for patron flags in attention box and show flag status in detail view To test: 1) Go to patron details for a patron with address in doubt and card lost flags set and verify these are highlighted under "Library use" and the patron messages has edit buttons that links to the modfiy patron page. Sponsored-by: Gothenburg University Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> Created attachment 166609 [details] [review] Bug 36440: (QA follow-up) Update op parameter Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> Added a follow-up for CSRF. The change is straightforward, and QA tests pass. Passing QA. (In reply to Emily Lamancusa from comment #10) > Added a follow-up for CSRF. The change is straightforward, and QA tests > pass. Passing QA. Thanks Emily! Pushed for 24.05! Well done everyone, thank you! Not backported to 23.11.x |