Skip to content

Fix reading id field value when multiple id property candidates exist #4878

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

Closed
wants to merge 3 commits into from

Conversation

christophstrobl
Copy link
Member

We now check if a property identifies as the entities id property when populating values read from the source document.

Resolves: #4877

…present.

We now check if a property identifies as the entities id property when populating values read from the source document.
@christophstrobl christophstrobl added this to the 4.4.2 (2024.1.2) milestone Jan 16, 2025
@mp911de mp911de added the type: bug A general bug label Jan 16, 2025
Consistently use entity.isIdProperty(…) to determine whether a property is the identifier.
@mp911de mp911de changed the title Fix reading back id field value when multiple id property candidates present. Fix reading id field value when multiple id property candidates present Jan 16, 2025
@mp911de mp911de changed the title Fix reading id field value when multiple id property candidates present Fix reading id field value when multiple id property candidates exist Jan 16, 2025
mp911de pushed a commit that referenced this pull request Jan 16, 2025
…exist.

We now check if a property identifies as the entities id property when populating values read from the source document.

Original pull request: #4878
Closes #4877
mp911de added a commit that referenced this pull request Jan 16, 2025
Consistently use entity.isIdProperty(…) to determine whether a property is the identifier.

Original pull request: #4878
See #4877
mp911de pushed a commit that referenced this pull request Jan 16, 2025
…exist.

We now check if a property identifies as the entities id property when populating values read from the source document.

Original pull request: #4878
Closes #4877
mp911de added a commit that referenced this pull request Jan 16, 2025
Consistently use entity.isIdProperty(…) to determine whether a property is the identifier.

Original pull request: #4878
See #4877
mp911de pushed a commit that referenced this pull request Jan 16, 2025
…exist.

We now check if a property identifies as the entities id property when populating values read from the source document.

Original pull request: #4878
Closes #4877
mp911de added a commit that referenced this pull request Jan 16, 2025
Consistently use entity.isIdProperty(…) to determine whether a property is the identifier.

Original pull request: #4878
See #4877
@mp911de mp911de closed this Jan 16, 2025
@mp911de mp911de deleted the issue/4877 branch January 16, 2025 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improper identifier property detection on reading entity with annotated identifier property
2 participants