We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
merge_with
currently booleanfields are connected via and when merged:
apis-core-rdf/apis_core/apis_entities/models.py
Lines 121 to 124 in fcadf02
For boolean fields we want to keep the value in the source object
The text was updated successfully, but these errors were encountered:
Is there anything we can do to move this along? Any assistance needed?
Sorry, something went wrong.
fix(merge-entities): use source obj's bool value
e0ea9a0
fixes #818
My bad - shouldn't have ignored it. Just created a pull request
fix(apis_entities): merge - use src obj's bool val
914f861
c73203e
gythaogg
Successfully merging a pull request may close this issue.
currently booleanfields are connected via and when merged:
apis-core-rdf/apis_core/apis_entities/models.py
Lines 121 to 124 in fcadf02
For boolean fields we want to keep the value in the source object
The text was updated successfully, but these errors were encountered: