Summary: | Report batch operations should open in new tab | ||
---|---|---|---|
Product: | Koha | Reporter: | Andrew Fuerste-Henry <andrew> |
Component: | Reports | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | normal | ||
Priority: | P5 - low | CC: | lucas, m.de.rooy |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
When using the batch operations from report results, the links to the batch tools will now open in a new tab instead of the same one, leaving the report results visible.
|
Version(s) released in: |
23.05.00,22.11.07
|
Circulation function: | |||
Attachments: |
Bug 33713: Make batch operations from report results open in new tab
Bug 33713: Make batch operations from report results open in new tab Bug 33713: Make batch operations from report results open in new tab |
Description
Andrew Fuerste-Henry
2023-05-10 16:47:20 UTC
Created attachment 151157 [details] [review] Bug 33713: Make batch operations from report results open in new tab To test: 1. Have some reports that can do the following batch operations: -Batch patron mod -Batch item deletion -Batch add to list -Batch item mod -Batch record delection -Batch record mod 2. Run the report ann click 'Batch operations with X visible records', make sure each batch op opens in a new tab. These two simple reports should allow you to test each of the batch cases: select * from items limit 1 select * from borrowers limit 1 Created attachment 151159 [details] [review] Bug 33713: Make batch operations from report results open in new tab To test: 1. Have some reports that can do the following batch operations: -Batch patron mod -Batch item deletion -Batch add to list -Batch item mod -Batch record delection -Batch record mod 2. Run the report ann click 'Batch operations with X visible records', make sure each batch op opens in a new tab. These two simple reports should allow you to test each of the batch cases: select * from items limit 1 select * from borrowers limit 1 Signed-off-by: Andrew Fuerste-Henry <andrewfh@dubcolib.org> Created attachment 151337 [details] [review] Bug 33713: Make batch operations from report results open in new tab To test: 1. Have some reports that can do the following batch operations: -Batch patron mod -Batch item deletion -Batch add to list -Batch item mod -Batch record delection -Batch record mod 2. Run the report ann click 'Batch operations with X visible records', make sure each batch op opens in a new tab. These two simple reports should allow you to test each of the batch cases: select * from items limit 1 select * from borrowers limit 1 Signed-off-by: Andrew Fuerste-Henry <andrewfh@dubcolib.org> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Pushed to master for 23.05. Nice work everyone, thanks! Nice work everyone! Pushed to stable for 22.11.x |