You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A recursion error occurred when saving a record whose parent record was also its child. These two records were migrated from ODP v1 with this invalid relationship.
The records (or at least one of them) will need to be fixed manually in the DB. We also need to check all records to make sure there are no more such circular references.
The record API should be revisited to make sure it blocks any record create/update that would introduce such a circular reference - currently it looks like it only checks that the immediate parent is not a child.
The text was updated successfully, but these errors were encountered:
I've updated those two records (10.15493/DEA.MIMS.26052100 and 10.15493/DEA.MIMS.26052101) in the DB - set parent_id to null. Then removed the IsPartOf relatedIdentifier in the metadata of each via ODP Admin.
A recursion error occurred when saving a record whose parent record was also its child. These two records were migrated from ODP v1 with this invalid relationship.
The records (or at least one of them) will need to be fixed manually in the DB. We also need to check all records to make sure there are no more such circular references.
The record API should be revisited to make sure it blocks any record create/update that would introduce such a circular reference - currently it looks like it only checks that the immediate parent is not a child.
The text was updated successfully, but these errors were encountered: