The batch item modification and deletion interfaces use a cookie to remember which columns in the table are shown or hidden. These templates should be modified to use the newer cookie plugin, js-cookie.
Created attachment 117171 [details] [review] Bug 27751: Phase out jquery.cookie.js: Batch item modifications To test, apply the patch and go to Tools -> Batch item modification. - Submit a batch of barcodes for modification. - Uncheck some checkboxes to hide columns in the table showing your submitted items. - Return to the batch item modification page and submit your batch again. - The columns you selected should still be hidden. - Submit a batch of items for deletion. - The same columns should be hidden here too. - Also test that the "Show all columns" and "Hide all columns" buttons work and that the changes persist across batches.
Created attachment 117244 [details] [review] Bug 27751: Phase out jquery.cookie.js: Batch item modifications To test, apply the patch and go to Tools -> Batch item modification. - Submit a batch of barcodes for modification. - Uncheck some checkboxes to hide columns in the table showing your submitted items. - Return to the batch item modification page and submit your batch again. - The columns you selected should still be hidden. - Submit a batch of items for deletion. - The same columns should be hidden here too. - Also test that the "Show all columns" and "Hide all columns" buttons work and that the changes persist across batches. Signed-off-by: David Nind <david@davidnind.com>
Created attachment 117727 [details] [review] Bug 27751: Phase out jquery.cookie.js: Batch item modifications To test, apply the patch and go to Tools -> Batch item modification. - Submit a batch of barcodes for modification. - Uncheck some checkboxes to hide columns in the table showing your submitted items. - Return to the batch item modification page and submit your batch again. - The columns you selected should still be hidden. - Submit a batch of items for deletion. - The same columns should be hidden here too. - Also test that the "Show all columns" and "Hide all columns" buttons work and that the changes persist across batches. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Pushed to master for 21.05, thanks to everybody involved!
Enhancement not pushed to 20.11.x