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
This is a weird bug...
Only happens on cpds, and only to local_collection_id
on other assets that are NOT cpds, the local_collection_id looks fine, something like ["Coll 333"]
i.e, it's a string, in an array.
On cpds, it looks like this: ["["Coll 333"]"]
i.e. the array object is treated like a string and inserted into an array
I also discovered that this might have something to do with the fact that the cpds get updated one extra time, in order to put the relationships in, and if you look at a cpd before that happens, (eg there was a child missing, so the relationship update did not happen) the local_collection_id looks fine.
This is not necessarily an urgent bug to fix, as it is possible to remediate the assets.
The text was updated successfully, but these errors were encountered:
This is a weird bug...
Only happens on cpds, and only to local_collection_id
on other assets that are NOT cpds, the local_collection_id looks fine, something like ["Coll 333"]
i.e, it's a string, in an array.
On cpds, it looks like this: ["["Coll 333"]"]
i.e. the array object is treated like a string and inserted into an array
I also discovered that this might have something to do with the fact that the cpds get updated one extra time, in order to put the relationships in, and if you look at a cpd before that happens, (eg there was a child missing, so the relationship update did not happen) the local_collection_id looks fine.
This is not necessarily an urgent bug to fix, as it is possible to remediate the assets.
The text was updated successfully, but these errors were encountered: