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

Potential issue with Unique IDs for single-property classes #395

Open
DnOberon opened this issue Sep 23, 2024 · 0 comments
Open

Potential issue with Unique IDs for single-property classes #395

DnOberon opened this issue Sep 23, 2024 · 0 comments

Comments

@DnOberon
Copy link
Collaborator

Bug Description

Adam Fagan from APL told me about a bug where if nodes were coming in with a single property, and that property was assigned as unique ID, the node was being recreated upon update instead of updating with new versioned information. The bug disappeared with a two-propertied class.

Steps to Reproduce

Create the following:

  • a single property class
  • a multi-property class

Import the following data:

  • a set of single-property objects (mapped to the single class), slightly alter, and re-upload
  • a set of single-property objects (mapped to the multi-class), slightly alter, and re-upload
  • a set of multi-property objects (mapped to the single class), slightly alter, and re-upload
  • a set of single-property objects (mapped to the multi-class), slightly alter, and re-upload

Impact

Could be frontend or backend. Most likely something to do with original_data_id not being properly assigned to the created nodes. Perhaps contact [email protected] for more information on what his test case was.

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