Summary: | 'Add guarantor' - Patron preview 'close window' does not work | ||
---|---|---|---|
Product: | Koha | Reporter: | Pedro Amorim <pedro.amorim> |
Component: | Patrons | Assignee: | Pedro Amorim <pedro.amorim> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | david, gmcharlt, jonathan.druart, kyle.m.hall, lucas, martin.renvoize |
Version: | unspecified | ||
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: | ||
Circulation function: | |||
Bug Depends on: | 35362, 35329 | ||
Bug Blocks: | |||
Attachments: |
Bug 36706: Fix close button
Bug 36706: Fix close button |
Description
Pedro Amorim
2024-04-26 09:07:07 UTC
Created attachment 165619 [details] [review] Bug 36706: Fix close button 1) Visit http://localhost:8081/cgi-bin/koha/members/memberentry.pl 2) Click 'Search' 3) Click on any cardnumber of any of the search results 4) Click 'close window'. Notice it doesnt close. 5) Apply patch. Repeat test plan. Created attachment 165650 [details] [review] Bug 36706: Fix close button 1) Visit http://localhost:8081/cgi-bin/koha/members/memberentry.pl 2) Click 'Search' 3) Click on any cardnumber of any of the search results 4) Click 'close window'. Notice it doesnt close. 5) Apply patch. Repeat test plan. Signed-off-by: David Nind <david@davidnind.com> Testing notes (using KTD): 1. Go to add a new patron where guarantors are allowed (Patrons > New patron > Kid) 2. Click the 'Add guarantor' button (under the 'Patron guarantor' section). 3. Click the 'Search' button. 4. Click on any card number in the search results. 5. In the pop-up window with the patron summary details, click on the 'Close window' button. Thanks for the clearer instructions, David, I skipped a few in my test plan. Sorry! Ho.. I fixed this in main already I think. It wasn't actually 35329 that caused it.. it's bug 35362 and there's a follow-up in there that Katrin pushed I think. Appologie for the overlap there Pedro |