Uploaded image for project: 'MusicBrainz Server'
  1. MusicBrainz Server
  2. MBS-11037

Do not create spurious edits when release events order changed in editor

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Low Low
    • None
    • None
    • Edit system

      https://chatlogs.metabrainz.org/brainzbot/musicbrainz/msg/4644996/

      <chaban> Someone tried to change the sort order of release events: https://musicbrainz.org/edit/72090837 How come they were able to enter this, shouldn't this have been rejected?

      Such changes should probably be rejected in UI or silently discarded upon entering.

      {
        "new": {
          "events": [
            {
              "date": {},
              "country_id": 222
            },
            {
              "date": {},
              "country_id": 241
            }
          ]
        },
        "old": {
          "events": [
            {
              "date": {
                "day": null,
                "year": null,
                "month": null
              },
              "country_id": 241
            },
            {
              "date": {
                "day": null,
                "year": null,
                "month": null
              },
              "country_id": 222
            }
          ]
        },
        "entity": {
          "id": 2784005,
          "gid": "be608ab8-3a9b-4401-b81f-7de4b6970698",
          "name": "Houses of the Holy"
        }
      }
      

            Unassigned Unassigned
            chaban chaban
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                Version Package