From b02e2f72b6eb4e4034db1a832b15e4b97f517906 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 20 Feb 2024 12:25:54 +0200 Subject: [PATCH] webhook ui small impr --- application/Espo/Resources/metadata/clientDefs/Webhook.json | 1 + application/Espo/Resources/metadata/entityDefs/Webhook.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/application/Espo/Resources/metadata/clientDefs/Webhook.json b/application/Espo/Resources/metadata/clientDefs/Webhook.json index 24f80eed01..7a850d4f1a 100644 --- a/application/Espo/Resources/metadata/clientDefs/Webhook.json +++ b/application/Espo/Resources/metadata/clientDefs/Webhook.json @@ -1,5 +1,6 @@ { "controller": "controllers/record", + "inlineEditDisabled": true, "recordViews": { "list": "views/webhook/record/list" }, diff --git a/application/Espo/Resources/metadata/entityDefs/Webhook.json b/application/Espo/Resources/metadata/entityDefs/Webhook.json index 366d7780ef..3a2bf35ed6 100644 --- a/application/Espo/Resources/metadata/entityDefs/Webhook.json +++ b/application/Espo/Resources/metadata/entityDefs/Webhook.json @@ -9,7 +9,8 @@ "url": { "type": "varchar", "maxLength": 512, - "required": true + "required": true, + "copyToClipboard": true }, "isActive": { "type": "bool",