From 9e577d312462b83c2ea1beb034be4285d96dd68c Mon Sep 17 00:00:00 2001
From: Florian Spreckelsen <f.spreckelsen@indiscale.com>
Date: Wed, 5 Feb 2025 16:42:09 +0100
Subject: [PATCH] FIX: Add missing custom label header name

---
 .../scripting/bin/sample_helpers/default_constants.yml           | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sample-management-custom/caosdb-server/scripting/bin/sample_helpers/default_constants.yml b/sample-management-custom/caosdb-server/scripting/bin/sample_helpers/default_constants.yml
index 27fa797..303c414 100644
--- a/sample-management-custom/caosdb-server/scripting/bin/sample_helpers/default_constants.yml
+++ b/sample-management-custom/caosdb-server/scripting/bin/sample_helpers/default_constants.yml
@@ -17,6 +17,7 @@
 #
 csv_column_names:
   entity_id: "LinkAhead ID"
+  custom_label_prop: "Custom Label"
 
 csv_column_descriptions:
   LinkAhead ID: "An ID generated by LinkAhead (either integer or URL to this entity). Do not change this column!"
-- 
GitLab