From 999f6f5593621d8371fdbc66690d143cb22e6ca3 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 6 Jun 2025 20:44:36 +0300 Subject: [PATCH] status style --- .../Espo/Resources/metadata/entityDefs/EmailAccount.json | 3 +++ .../Espo/Resources/metadata/entityDefs/InboundEmail.json | 3 +++ .../Espo/Resources/metadata/entityDefs/ScheduledJob.json | 3 +++ 3 files changed, 9 insertions(+) diff --git a/application/Espo/Resources/metadata/entityDefs/EmailAccount.json b/application/Espo/Resources/metadata/entityDefs/EmailAccount.json index 6082817315..561b9cd0f9 100644 --- a/application/Espo/Resources/metadata/entityDefs/EmailAccount.json +++ b/application/Espo/Resources/metadata/entityDefs/EmailAccount.json @@ -15,6 +15,9 @@ "status": { "type": "enum", "options": ["Active", "Inactive"], + "style": { + "Inactive": "info" + }, "default": "Active" }, "host": { diff --git a/application/Espo/Resources/metadata/entityDefs/InboundEmail.json b/application/Espo/Resources/metadata/entityDefs/InboundEmail.json index f48635fd4e..0716b08ac3 100644 --- a/application/Espo/Resources/metadata/entityDefs/InboundEmail.json +++ b/application/Espo/Resources/metadata/entityDefs/InboundEmail.json @@ -15,6 +15,9 @@ "status": { "type": "enum", "options": ["Active", "Inactive"], + "style": { + "Inactive": "info" + }, "default": "Active" }, "host": { diff --git a/application/Espo/Resources/metadata/entityDefs/ScheduledJob.json b/application/Espo/Resources/metadata/entityDefs/ScheduledJob.json index 733556b08f..2a71ae6490 100644 --- a/application/Espo/Resources/metadata/entityDefs/ScheduledJob.json +++ b/application/Espo/Resources/metadata/entityDefs/ScheduledJob.json @@ -13,6 +13,9 @@ "type": "enum", "options": ["Active", "Inactive"], "default": "Active", + "style": { + "Inactive": "info" + }, "audited": true }, "scheduling": {