Summary: | In 'Patron search' tab link should lead to patron details instead of checkout screen | ||
---|---|---|---|
Product: | Koha | Reporter: | Didier Gautheron <didier.gautheron> |
Component: | Patrons | Assignee: | Didier Gautheron <didier.gautheron> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | aleisha, gmcharlt, kyle.m.hall, lucas, sally.healey |
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: |
20.11.00, 20.05.03
|
Circulation function: | |
Bug Depends on: | 23697 | ||
Bug Blocks: | |||
Attachments: |
Bug 26125: (bug 23697 follow-up) open patron's details in autocompletion search
Bug 26125: (bug 23697 follow-up) open patron's details in autocompletion search Bug 26125: (bug 23697 follow-up) open patron's details in autocompletion search |
Description
Didier Gautheron
2020-08-03 06:37:23 UTC
Created attachment 107681 [details] [review] Bug 26125: (bug 23697 follow-up) open patron's details in autocompletion search Test plan: 1 - Enable PatronAutoComplete syspref 2 - Go to "Patrons" (members/members-home.pl) 3 - Enter a patron first letters in "Search Patron" tab 4 - Select a patron 5 - You're wrongly redirected in koha/circ/circulation.pl 6 - Apply patch 7 - Repeat 3, 4 8 - You're correctly redirected in koha/members/moremember.pl 9 - double check "Check out" redirect hasn't changed Created attachment 107684 [details] [review] Bug 26125: (bug 23697 follow-up) open patron's details in autocompletion search Test plan: 1 - Enable PatronAutoComplete syspref 2 - Go to "Patrons" (members/members-home.pl) 3 - Enter a patron first letters in "Search Patron" tab 4 - Select a patron 5 - You're wrongly redirected in koha/circ/circulation.pl 6 - Apply patch 7 - Repeat 3, 4 8 - You're correctly redirected in koha/members/moremember.pl 9 - double check "Check out" redirect hasn't changed Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> Created attachment 107861 [details] [review] Bug 26125: (bug 23697 follow-up) open patron's details in autocompletion search Test plan: 1 - Enable PatronAutoComplete syspref 2 - Go to "Patrons" (members/members-home.pl) 3 - Enter a patron first letters in "Search Patron" tab 4 - Select a patron 5 - You're wrongly redirected in koha/circ/circulation.pl 6 - Apply patch 7 - Repeat 3, 4 8 - You're correctly redirected in koha/members/moremember.pl 9 - double check "Check out" redirect hasn't changed Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 20.11, thanks to everybody involved! backported to 20.05.x for 20.05.03 bug doesn't exist in 19.11.x, not backported Hi
> bug doesn't exist in 19.11.x, not backported
As a matter of fact it does.
You have to enable PatronAutoComplete and use the auto completion menu not the 'search' button.
(In reply to didier from comment #7) > Hi > > bug doesn't exist in 19.11.x, not backported > As a matter of fact it does. > > You have to enable PatronAutoComplete and use the auto completion menu not > the 'search' button. Good point, I tested wrong. Regardless I think this is a minor bug and not worth backporting to oldstable. |