Limit the where clause of the Database Studio to static only (#3866)

This commit is contained in:
Faton Ramadani
2024-06-04 09:32:40 +02:00
committed by GitHub
parent b6016abb22
commit 2b85bc63b7

View File

@@ -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',