Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

local_collection_id strange behavior #343

Open
lsat12357 opened this issue Jul 11, 2022 · 0 comments
Open

local_collection_id strange behavior #343

lsat12357 opened this issue Jul 11, 2022 · 0 comments

Comments

@lsat12357
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant