From 5f3a8603c4a8eb6d7d35767288f18f8d23968af6 Mon Sep 17 00:00:00 2001 From: MiraGeowerkstatt Date: Fri, 20 Dec 2024 15:51:48 +0100 Subject: [PATCH] Add release notes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf9c055b4..845536a91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Removed attachments from csv import. - Updated recommended csv headers for borehole import to camel case e.g. `OriginalName` (snake case e.g. `original_name` is still supported for all properties except for custom identifiers). - Changed order of `Top Bedrock (fresh)` and `Top Bedrock (weathered)` fields in borehole form. +- When importing custom IDs with CSV the headers are now dynamically mapped to the `borehole_identifier` codelists in the database. ### Fixed