From 31291715341f17666e473c1fb06a638a5510fe94 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 10 Sep 2025 11:26:02 +0100 Subject: [PATCH] missing changes & fixes from oceannomads (#376) --- backend/directus-config/development/seed/types.json | 4 ++-- .../directus-config/development/sql/type-ui-components.sql | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/directus-config/development/seed/types.json b/backend/directus-config/development/seed/types.json index 2ceb8a55..92704e1b 100644 --- a/backend/directus-config/development/seed/types.json +++ b/backend/directus-config/development/seed/types.json @@ -46,7 +46,7 @@ "show_start_end" : false, "custom_profile_url" : "https://community.oceannomads.co/members", "show_text_input" : true, - "show_name_iput" : false, + "show_name_input" : false, "show_header_view_in_form" : true, "small_form_edit" : true }, @@ -62,7 +62,7 @@ "show_profile_button" : true, "show_start_end" : false, "show_text_input" : false, - "show_name_iput" : true, + "show_name_input" : true, "show_header_view_in_form" : false, "small_form_edit" : false } diff --git a/backend/directus-config/development/sql/type-ui-components.sql b/backend/directus-config/development/sql/type-ui-components.sql index 6f0ceb69..4d3c8fc3 100644 --- a/backend/directus-config/development/sql/type-ui-components.sql +++ b/backend/directus-config/development/sql/type-ui-components.sql @@ -28,7 +28,7 @@ ON CONFLICT (id) DO UPDATE -- Type: event INSERT INTO public."types_profileTemplate" (collection, id, item, sort, types_id) SELECT - 'startEnd', '1', '0b5e5f0a-76a4-407f-84ab-2fd718965909' , '1', types.id + 'startEnd', '3', '0b5e5f0a-76a4-407f-84ab-2fd718965909' , '1', types.id FROM public.types as types WHERE @@ -41,7 +41,7 @@ ON CONFLICT (id) DO UPDATE INSERT INTO public."types_profileTemplate" (collection, id, item, sort, types_id) SELECT - 'texts', '2', '94f6af1d-77e5-49ed-937b-6b9addc4f8ac' , '2', types.id + 'texts', '4', '94f6af1d-77e5-49ed-937b-6b9addc4f8ac' , '2', types.id FROM public.types as types WHERE @@ -54,7 +54,7 @@ ON CONFLICT (id) DO UPDATE INSERT INTO public."types_profileTemplate" (collection, id, item, sort, types_id) SELECT - 'gallery', '3', 'b0c52d6e-b3d2-4e3b-89e2-065be324e27b' , '3', types.id + 'gallery', '5', 'b0c52d6e-b3d2-4e3b-89e2-065be324e27b' , '3', types.id FROM public.types as types WHERE