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
Certain operations - in particular atomic operations on metadata - fail on data objects or collections where the path contains an apostrophe followed by and. This is a known issue that should be fixed on the PRC side, I understand.
In the meantime, we could patch this with a try-except that uses individual adding and removal when atomic operations fail, just in case. The patch would look something like this:
A function to mimic the atomic operations, taken from mango-portal utils
Certain operations - in particular atomic operations on metadata - fail on data objects or collections where the path contains an apostrophe followed by
and
. This is a known issue that should be fixed on the PRC side, I understand.In the meantime, we could patch this with a try-except that uses individual adding and removal when atomic operations fail, just in case. The patch would look something like this:
a. Where old metadata is removed:
b. Where the metadata is added:
This can be made more compact and should be tested, but it is a valid patch.
The text was updated successfully, but these errors were encountered: