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",