Issue Details (XML | Word | Printable)

Key: MBS-5478
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: kovacsur
Reporter: Nicolás Tamargo
Votes: 2
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
MusicBrainz Server

Can't unselect all recordings / works

Created: 18/Oct/12 10:08 AM   Updated: 30/Oct/12 02:08 PM   Resolved: 30/Oct/12 02:08 PM
Component/s: None
Affects Version/s: Schema change, 2012-10-15
Fix Version/s: 2012-10-29


 Description  « Hide

It seems the last release broke the (un)select all toggle in, for example, http://musicbrainz.org/artist/49ae5227-605a-47a8-9b8e-cd89bf01a97c/works - clicking once does select all, but clicking again does no longer unselect them.



Sort Order: Ascending order - Click to sort in descending order
kovacsur added a comment - 18/Oct/12 11:08 AM

Appears to be caused by line 30 in root/static/scripts/common/MB/Control/SelectAll.js which tries to set the attribute "checked" to undefined. Using .prop instead of .attr will fix it.


kovacsur added a comment - 18/Oct/12 12:46 PM