From 6dc596f5b484dbe60d5b09bc1ce441d9a0c34958 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 10 Dec 2024 12:23:59 +0200 Subject: [PATCH] fix complex expr return types --- .../Espo/Resources/metadata/app/complexExpression.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/Espo/Resources/metadata/app/complexExpression.json b/application/Espo/Resources/metadata/app/complexExpression.json index 70f25a5dc7..b61d20aa63 100644 --- a/application/Espo/Resources/metadata/app/complexExpression.json +++ b/application/Espo/Resources/metadata/app/complexExpression.json @@ -130,17 +130,17 @@ { "name": "MONTH", "insertText": "MONTH:(DATE_VALUE)", - "returnType": "int" + "returnType": "string" }, { "name": "QUARTER", "insertText": "QUARTER:(DATE_VALUE)", - "returnType": "int" + "returnType": "string" }, { "name": "WEEK", "insertText": "WEEK:(DATE_VALUE)", - "returnType": "int" + "returnType": "string" }, { "name": "NOW",