Bug 17183

Summary: Koha News 'delete selected' function doesn't check if anything has been selected
Product: Koha Reporter: Aleisha Amohia <aleisha>
Component: ToolsAssignee: Aleisha Amohia <aleisha>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: kyle
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: Sponsored Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 17183: Check if any checkboxes have been checked for 'Delete Selected' button in Koha News
Bug 17183: Check if any checkboxes have been checked for 'Delete Selected' button in Koha News
[PASSED QA] Bug 17183: Check if any checkboxes have been checked for 'Delete Selected' button in Koha News

Description Aleisha Amohia 2016-08-24 03:43:12 UTC
The 'delete selected' button in Koha News doesn't first check if any news items have been selected to delete.
Comment 1 Aleisha Amohia 2016-08-24 03:46:53 UTC Comment hidden (obsolete)
Comment 2 Claire Gravely 2016-08-24 10:57:19 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2016-08-28 19:40:00 UTC
Created attachment 54960 [details] [review]
[PASSED QA] Bug 17183: Check if any checkboxes have been checked for 'Delete Selected' button in Koha News

To test:
1) Go to Tools -> Koha News
2) Click 'Delete selected' button without selecting anything
3) Notice you are asked to confirm if you would like to delete ... but
you didn't choose anything to delete
4) Apply patch and refresh page
5) Click 'Delete selected' button without selecting anything
6) Should see alert.
7) Select one or more news items to delete and click 'Delete selected'
button
8) Should be asked to confirm
9) Confirm that the delete works as expected

Sponsored-by: Catalyst IT
Signed-off-by: Claire Gravely <claire_gravely@hotmail.com>

Signed-off-by: Katrin Fischer  <katrin.fischer@bsz-bw.de>
Comment 4 Kyle M Hall 2016-09-09 15:02:14 UTC
Pushed to master for 16.11, thanks Aleisha!