From 2b85bc63b746d5563bc7c953dbf6ab77db2bcd55 Mon Sep 17 00:00:00 2001 From: Faton Ramadani Date: Tue, 4 Jun 2024 09:32:40 +0200 Subject: [PATCH] Limit the where clause of the Database Studio to static only (#3866) --- .../src/lib/components/apps/editor/component/components.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/lib/components/apps/editor/component/components.ts b/frontend/src/lib/components/apps/editor/component/components.ts index 852a9356ef..1f7ec80d63 100644 --- a/frontend/src/lib/components/apps/editor/component/components.ts +++ b/frontend/src/lib/components/apps/editor/component/components.ts @@ -3659,7 +3659,8 @@ See date-fns format for more information. By default, it is 'dd.MM.yyyy HH:mm' whereClause: { type: 'static', fieldType: 'text', - value: '' + value: '', + allowTypeChange: false }, flex: { type: 'static',