Issue Details (XML | Word | Printable)

Key: MBS-4688
Type: Bug Bug
Status: Closed Closed
Resolution: Duplicate
Priority: Normal Normal
Assignee: Unassigned
Reporter: Nicolás Tamargo
Votes: 0
Watchers: 0
Operations

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

Edit #17556643 has incorrect data

Created: 10/May/12 02:05 PM   Updated: 25/May/12 07:27 AM   Resolved: 25/May/12 07:26 AM
Component/s: Edit system
Affects Version/s: None
Fix Version/s: None

Issue Links:
Duplicate
 


 Description  « Hide

http://musicbrainz.org/edit/17556643 has the following JSON:

{
  "new":{
    "artist_credit":{
      "names":[
        {
          "join_phrase":" (",
          "artist":{
            "name":"Сергей Сергеевич Прокофьев",
            "id":11697
          },
          "name":"Сергей Сергеевич Прокофьев"
        },
        {
          "join_phrase":" feat. conductor: ",
          "artist":{
            "name":"Royal Scottish National Orchestra",
            "id":245008
          },
          "name":"Royal Scottish National Orchestra"
        },
        {
          "join_phrase":")",
          "artist":{
            "name":"Neeme Järvi",
            "id":45573
          },
          "name":"Neeme Järvi"
        },
        {
          "join_phrase":"",
          "artist":{
            "name":null,
            "id":4777
          },
          "name":null
        }
      ]
    }
  },
  "old":{
    "artist_credit":{
      "names":[
        {
          "join_phrase":" (",
          "artist":{
            "name":"Сергей Сергеевич Прокофьев",
            "id":11697
          },
          "name":"Сергей Сергеевич Прокофьев"
        },
        {
          "join_phrase":" feat. conductor: ",
          "artist":{
            "name":"Royal Scottish National Orchestra",
            "id":245008
          },
          "name":"Royal Scottish National Orchestra"
        },
        {
          "join_phrase":")",
          "artist":{
            "name":"Neeme Järvi",
            "id":45573
          },
          "name":"Neeme Järvi"
        },
        {
          "join_phrase":"",
          "artist":{
            "name":"NULL",
            "id":4777
          },
          "name":"null"
        }
      ]
    }
  }
}

Notice that the new artist credit has an artist with name and credited name as null. This should never happen.



Sort Order: Ascending order - Click to sort in descending order
Kuno Woudt added a comment - 25/May/12 07:26 AM

dupe of MBS-4681.