-
Bug
-
Resolution: Fixed
-
High
-
NGS - Release Candidate 2
-
None
-
None
See http://ngs.musicbrainz.org/recording/c7d705d1-771a-4406-85e4-1c819bc2135e/edits
My guess: the issue comes from line 12 of http://git.musicbrainz.org/gitweb/?p=musicbrainz-server.git;a=blob;f=lib/MusicBrainz/Server/Edit/Historic/AddISRCs.pm;h=c35bcb478ea2d2e375ffc91b7d4e338c9e0443ab;hb=cb46201fbb27ee63b688dcb38081b1a24d7fac76#l12
It should be
map { $_->
} @{ $self->data->
{isrcs} }rather than
map { $_
}
- has related issue
-
MBS-3264 Historic "Add ISRC" edits not linked to releases
- Closed