From 4a60d17936d02ba1fc2891823867b66b152580f9 Mon Sep 17 00:00:00 2001 From: Yurii Date: Wed, 4 Mar 2026 14:06:11 +0200 Subject: [PATCH] webhook use url type --- application/Espo/Resources/metadata/entityDefs/Webhook.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/Espo/Resources/metadata/entityDefs/Webhook.json b/application/Espo/Resources/metadata/entityDefs/Webhook.json index afe8a2f325..09a6bb1463 100644 --- a/application/Espo/Resources/metadata/entityDefs/Webhook.json +++ b/application/Espo/Resources/metadata/entityDefs/Webhook.json @@ -7,9 +7,10 @@ "view": "views/webhook/fields/event" }, "url": { - "type": "varchar", + "type": "url", "maxLength": 512, "required": true, + "protocolRequired": true, "copyToClipboard": true, "validatorClassNameList": [ "Espo\\Classes\\FieldValidators\\Webhook\\Url\\NotInternal"