From 91740192d2e2c575c6a04534c079baf9f3af0a7f Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 19 Mar 2025 14:30:49 +0200 Subject: [PATCH] order disabled api key --- application/Espo/Resources/metadata/entityDefs/User.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/Espo/Resources/metadata/entityDefs/User.json b/application/Espo/Resources/metadata/entityDefs/User.json index 4d28de81ad..c46fccb583 100644 --- a/application/Espo/Resources/metadata/entityDefs/User.json +++ b/application/Espo/Resources/metadata/entityDefs/User.json @@ -82,7 +82,8 @@ "tooltipText" ], "copyToClipboard": true, - "dynamicLogicVisibleDisabled": true + "dynamicLogicVisibleDisabled": true, + "orderDisabled": true }, "secretKey": { "type": "varchar",