Koha/koha-tmpl/intranet-tmpl/prog
Lucas Gass a40bd8d05d
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>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-05-18 11:35:06 -03:00
..
css Bug 32914: Use template wrapper for batch record deletion and modification templates 2023-05-16 15:17:32 -03:00
en Bug 33713: Make batch operations from report results open in new tab 2023-05-18 11:35:06 -03:00
img
js Bug 32970: Use KohaTable for display of batch item modification results 2023-05-16 10:17:10 -03:00
pdf
sound