acdh-oeaw / apis-core-rdf

APIS Core refactored
https://acdh-oeaw.github.io/apis-core-rdf/
MIT License
3 stars 3 forks source link

change the default behaviour of the `merge_with` function for boolean fields #818

Closed sennierer closed 1 month ago

sennierer commented 5 months ago

currently booleanfields are connected via and when merged: https://github.com/acdh-oeaw/apis-core-rdf/blob/fcadf02c1301a13051eb84b3114d4a441e705cd0/apis_core/apis_entities/models.py#L121-L124

For boolean fields we want to keep the value in the source object

b1rger commented 2 months ago

Is there anything we can do to move this along? Any assistance needed?

gythaogg commented 1 month ago

My bad - shouldn't have ignored it. Just created a pull request