Fixes bulk-assign labels not working when navigating through pages
Compare changes
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
This MR fixes an issue on bulk-assign labels not working when navigating through pages. The functionality was not working because events on checkboxes weren't working. This re-runs Issuable.initChecks()
and makes sure we are not leaving zombie event handlers by turning them off first.
Also fixes tests to use wait_for_ajax
since label filtering is now using Turbolinks
for redirection.
master
(if you do - rebase it please)