« Return to Thread: [mb-bugs] [MusicBrainz Bug Tracker] #5242: "Merge release groups that would otherwise be empty" option not actually working

Re: [mb-bugs] [MusicBrainz Bug Tracker] #5242: "Merge release groups that would otherwise be empty" option not actually working

by MusicBrainz Bug Tracker :: Rate this Message:

Reply to Author | View in Thread

#5242: "Merge release groups that would otherwise be empty" option not actually
working
-------------------------------------------------+--------------------------
  Reporter:  voiceinsideyou                      |       Owner:  rob              
      Type:  bug                                 |      Status:  new              
  Priority:  normal                              |   Milestone:                  
 Component:  MusicBrainz Server                  |     Version:  Server 2009-05-24
Resolution:                                      |    Keywords:                  
   Browser:  Netscape, Firefox, Mozilla (Gecko)  |          Os:                  
-------------------------------------------------+--------------------------
Changes (by voiceinsideyou):

  * owner:  => rob

Comment:

 Not sure if you've seen this one, but could this be looked into? This bug
 is creating mess and a need for extra edits.

 Assuming the code within the condition is correct; it looks to me that the
 error is at line 148 of
 http://bugs.musicbrainz.org/browser/mb_server/branches/RELEASE_20090524-BRANCH/htdocs/edit/albumbatch/merge.html

 {{{
         if ($ask_for_rg_merging && $merge_attributes == 1) {
 }}}

 should be

 {{{
         if ($ask_for_rg_merging && $merge_groups == 1) {
 }}}

 This looks like a simple typo; and would mean that the workaround (and a
 side effect bug in itself) would be to set "merge_attributes" to "yes" for
 the release.

--
Ticket URL: <http://bugs.musicbrainz.org/ticket/5242#comment:1>
MusicBrainz Bug Tracker <http://musicbrainz.org>
MusicBrainz -- the music metadatabase
_______________________________________________
Musicbrainz-bugs mailing list
Musicbrainz-bugs@...
http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-bugs

 « Return to Thread: [mb-bugs] [MusicBrainz Bug Tracker] #5242: "Merge release groups that would otherwise be empty" option not actually working