Summary: | Serials claims 'Clear filter' doesn't work | ||
---|---|---|---|
Product: | Koha | Reporter: | Pedro Amorim <pedro.amorim> |
Component: | Serials | Assignee: | Bugs List <koha-bugs> |
Status: | Pushed to oldstable --- | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | fridolin.somers, jonathan.druart, lucas |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38071 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
24.05.00,23.11.06,23.05.12
|
|
Circulation function: | |||
Bug Depends on: | 36774 | ||
Bug Blocks: | |||
Attachments: |
Bug 36804: Fix clear filter
Bug 36804: Fix clear filter Bug 36804: Fix clear filter |
Description
Pedro Amorim
2024-05-07 16:10:34 UTC
Created attachment 166306 [details] [review] Bug 36804: Fix clear filter 1) Visit serials and click "New subscription": http://localhost:8081/cgi-bin/koha/serials/serials-home.pl 2) Enter '112' on the record input and '1' on the vendor input. Click "Next" 3) 'First issue publication date' -> Enter some date in the past 4) 'Frequency' -> Enter '2/day' 5) 'Subscription start date' Same as step 3) 6) 'Subscription end date' Some date in the future 7) 'Numbering pattern' -> Enter 'Number' 8) Click 'Test prediction pattern'. Click 'Save subscription' 9) On the left side menu -> Click "Serial collection". Click the yellow button 'Edit serials' 10) On the first serial, edit the status to 'Late'. Save. 11) Visit serials claims: http://localhost:8081/cgi-bin/koha/serials/claims.pl?supplierid=1 12) Input some dates in "From" and "To" 13) Click 'Clear filter'. Notice it doesn't work. 14) Apply patch. Repeat. Created attachment 166389 [details] [review] Bug 36804: Fix clear filter 1) Visit serials and click "New subscription": http://localhost:8081/cgi-bin/koha/serials/serials-home.pl 2) Enter '112' on the record input and '1' on the vendor input. Click "Next" 3) 'First issue publication date' -> Enter some date in the past 4) 'Frequency' -> Enter '2/day' 5) 'Subscription start date' Same as step 3) 6) 'Subscription end date' Some date in the future 7) 'Numbering pattern' -> Enter 'Number' 8) Click 'Test prediction pattern'. Click 'Save subscription' 9) On the left side menu -> Click "Serial collection". Click the yellow button 'Edit serials' 10) On the first serial, edit the status to 'Late'. Save. 11) Visit serials claims: http://localhost:8081/cgi-bin/koha/serials/claims.pl?supplierid=1 12) Input some dates in "From" and "To" 13) Click 'Clear filter'. Notice it doesn't work. 14) Apply patch. Repeat. Signed-off-by: David Nind <david@davidnind.com> I don't understand. Without bug 36774 (ie. on main) it is working. If it is broken by 36774 then this patch should go there. Forget that, "clear filters"! Created attachment 166394 [details] [review] Bug 36804: Fix clear filter 1) Visit serials and click "New subscription": http://localhost:8081/cgi-bin/koha/serials/serials-home.pl 2) Enter '112' on the record input and '1' on the vendor input. Click "Next" 3) 'First issue publication date' -> Enter some date in the past 4) 'Frequency' -> Enter '2/day' 5) 'Subscription start date' Same as step 3) 6) 'Subscription end date' Some date in the future 7) 'Numbering pattern' -> Enter 'Number' 8) Click 'Test prediction pattern'. Click 'Save subscription' 9) On the left side menu -> Click "Serial collection". Click the yellow button 'Edit serials' 10) On the first serial, edit the status to 'Late'. Save. 11) Visit serials claims: http://localhost:8081/cgi-bin/koha/serials/claims.pl?supplierid=1 12) Input some dates in "From" and "To" 13) Click 'Clear filter'. Notice it doesn't work. 14) Apply patch. Repeat. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Blocked by dependency waiting for QA. Pushed for 24.05! Well done everyone, thank you! Pushed to 23.11.x for 23.11.06 Backported to 23.05.x for upcoming 23.05.12 |