You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a field locations.higher_location_ids which can capture an array of parent locations which the location's boundary intersects with. This uses the spatial_index_builder module and the layers which will be indexed, and the layers they are indexed against, must be configured in the modules' configuration file (as demonstrated in the example config file).
Bugfixes
Fixes to the work_queue processes which ensure that deleted records are processed correctly, for example deleted attribute values get correctly removed from cached/Elasticsearch data. See BiologicalRecordsCentre/UKBMS-online#296.
Saving any data entity via the warehouse user interface which had checkbox controls would cause metadata to be updated, even if there were no actual changes. This has been fixed.
Updating existing records based on just external_key or other non-ID fields when importing now fixed.
Updating the preferred name of a taxon now correctly updates cached occurrence data automatically.