Bug 16397 - Unable to delete audio alerts
Summary: Unable to delete audio alerts
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: System Administration (show other bugs)
Version: Main
Hardware: All All
: P5 - low major
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-29 15:45 UTC by Kyle M Hall (khall)
Modified: 2019-06-27 09:24 UTC (History)
3 users (show)

See Also:
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 (1.69 KB, patch)
2016-04-29 16:35 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 16397 - Unable to delete audio alerts (1.79 KB, patch)
2016-04-30 09:06 UTC, Marc Véron
Details | Diff | Splinter Review
[PASSED QA] Bug 16397 - Unable to delete audio alerts (1.86 KB, patch)
2016-05-02 06:02 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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