Summary: | Enlarge all patron searches pop-up | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Patrons | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | gmcharlt, kyle.m.hall, kyle, lucas, martin.renvoize, severine.queune |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
22.05.00
|
|
Circulation function: | |||
Bug Depends on: | 30063 | ||
Bug Blocks: | |||
Attachments: |
Bug 30404: Enlarge all patron search pop-ups
Bug 30404: Enlarge all patron search pop-ups Bug 30404: Enlarge all patron search pop-ups |
Description
Jonathan Druart
2022-03-30 07:30:51 UTC
Now that patron searches will all be API-based it might be the time to switch to using a modal for all of the pop-up patron searches. Created attachment 132662 [details] [review] Bug 30404: Enlarge all patron search pop-ups Enlarging the pop-ups will hide the scrollbars (at least the horizontal one). Test plan: Search for patrons (when a new pop-up is opened) and confirm that the pop-up is bigger than without this patch. (In reply to Owen Leonard from comment #1) > Now that patron searches will all be API-based it might be the time to > switch to using a modal for all of the pop-up patron searches. Yes definitely, that one of my plans :) Created attachment 132750 [details] [review] Bug 30404: Enlarge all patron search pop-ups Enlarging the pop-ups will hide the scrollbars (at least the horizontal one). Test plan: Search for patrons (when a new pop-up is opened) and confirm that the pop-up is bigger than without this patch. Signed-off-by: Séverine Queune <severine.queune@bulac.fr> Works perfectly for : - patrons to notify on receiving - select suggestion's manager - Patron's card batch - select funds owner - select funds users - select manager of an acquisition basket - serial routing list Remains the same for guarantor selection as expected Well done Jonathan ! Created attachment 132780 [details] [review] Bug 30404: Enlarge all patron search pop-ups Enlarging the pop-ups will hide the scrollbars (at least the horizontal one). Test plan: Search for patrons (when a new pop-up is opened) and confirm that the pop-up is bigger than without this patch. Signed-off-by: Séverine Queune <severine.queune@bulac.fr> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> So simple, so great! PQA Side note.. we should do the other popups too.. but after taking a look I decided not to do them inline here.. at least some may need to remain deliberately small (and possibly become modals instead of popouts) z3950 searches in particular seem like a good candidate for expansion.. some marc doc stuff in addbiblio maybe not. Pushed to master for 22.05, thanks to everybody involved [U+1F984] |