-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: None
-
Component/s: 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"
}
}