Bug 16397

Summary: Unable to delete audio alerts
Product: Koha Reporter: Kyle M Hall (khall) <kyle>
Component: System AdministrationAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: major    
Priority: P5 - low CC: gmcharlt, julian.maurice, veron
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: Trivial patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 16397 - Unable to delete audio alerts
Bug 16397 - Unable to delete audio alerts
[PASSED QA] Bug 16397 - Unable to delete audio alerts

Description Kyle M Hall (khall) 2016-04-29 15:45:24 UTC
It looks like it is not possible to delete audio alerts. The checkboxes no longer enable the delete button.
Comment 1 Owen Leonard 2016-04-29 16:35:07 UTC Comment hidden (obsolete)
Comment 2 Marc Véron 2016-04-30 09:06:51 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2016-05-02 06:02:50 UTC
Created attachment 51068 [details] [review]
[PASSED QA] Bug 16397 - Unable to delete audio alerts

This patch corrects a JavaScript error which has arisen due to the
jQuery upgrade. This should have been included in Bug 16321.

To test, apply the patch and go to Administration -> Audio alerts.

- In the list of existing audio alerts, check one or more checkboxes.
  The "Delete selected" button should become enabled.
- Uncheck all checkboxes and check that the "Delete selected" button is
  now disabled.
- Confirm that deletions are completed correctly.

Signed-off-by: Marc Véron <veron@veron.ch>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 4 Kyle M Hall (khall) 2016-05-03 14:59:30 UTC
Pushed to master for 16.05! Thanks Owen!
Comment 5 Julian Maurice 2016-05-09 08:27:58 UTC
Not needed in stable versions, status changed to RESOLVED