Ulrich Klauer
added a comment - Fixed in https://bitbucket.org/metabrainz/musicbrainz-server/pull-request/949/post-schema-change-hotfix-workaround-for/diff (together with the remove-dates-from-relationships issue).
Or the code can be moved up to the Edit class to have it normalize {} to
{ year => undef, month => undef, day => undef }
for both places.
Michael Wiencek
added a comment - Or the code can be moved up to the Edit class to have it normalize {} to
{ year => undef, month => undef, day => undef }
for both places.
It's a similar issue, but the release editor uses WS::js::Edit, not Controller::EditRelationships, so I have to copy the fix there too.
Michael Wiencek
added a comment - It's a similar issue, but the release editor uses WS::js::Edit, not Controller::EditRelationships, so I have to copy the fix there too.
Ulrich Klauer
added a comment - This is the date issue, should be fixed by my pending PR.
"new":{"end_date":{},"begin_date":{}},
"old":{"end_date":{"month":null,"day":null,"year":null},"begin_date":{"month":null,"day":null,"year":null}}
Fixed in https://bitbucket.org/metabrainz/musicbrainz-server/pull-request/949/post-schema-change-hotfix-workaround-for/diff (together with the remove-dates-from-relationships issue).