From f53a3dcbdf4db203a969f0efdc9f26b6f03e37c0 Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 28 Apr 2025 20:17:51 +0800 Subject: [PATCH] =?UTF-8?q?fix(webhook):=20=E4=BF=AE=E5=A4=8D=E6=9C=AA?= =?UTF-8?q?=E8=83=BD=E8=BF=94=E5=9B=9E=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Extensions/WebhookSubscriptionExtensions.cs | 1 + .../Abp/WebhooksManagement/Localization/Resources/en.json | 1 + .../Abp/WebhooksManagement/Localization/Resources/zh-Hans.json | 1 + 3 files changed, 3 insertions(+) diff --git a/aspnet-core/modules/webhooks/LINGYUN.Abp.WebhooksManagement.Application/LINGYUN/Abp/WebhooksManagement/Extensions/WebhookSubscriptionExtensions.cs b/aspnet-core/modules/webhooks/LINGYUN.Abp.WebhooksManagement.Application/LINGYUN/Abp/WebhooksManagement/Extensions/WebhookSubscriptionExtensions.cs index dbcf7a7a1..ccee9325d 100644 --- a/aspnet-core/modules/webhooks/LINGYUN.Abp.WebhooksManagement.Application/LINGYUN/Abp/WebhooksManagement/Extensions/WebhookSubscriptionExtensions.cs +++ b/aspnet-core/modules/webhooks/LINGYUN.Abp.WebhooksManagement.Application/LINGYUN/Abp/WebhooksManagement/Extensions/WebhookSubscriptionExtensions.cs @@ -20,6 +20,7 @@ public static class WebhookSubscriptionExtensions CreatorId = webhookSubscription.CreatorId, Description = webhookSubscription.Description, ConcurrencyStamp = webhookSubscription.ConcurrencyStamp, + TimeoutDuration = webhookSubscription.TimeoutDuration, }; } diff --git a/aspnet-core/modules/webhooks/LINGYUN.Abp.WebhooksManagement.Domain.Shared/LINGYUN/Abp/WebhooksManagement/Localization/Resources/en.json b/aspnet-core/modules/webhooks/LINGYUN.Abp.WebhooksManagement.Domain.Shared/LINGYUN/Abp/WebhooksManagement/Localization/Resources/en.json index f38476ee7..6321d1eb1 100644 --- a/aspnet-core/modules/webhooks/LINGYUN.Abp.WebhooksManagement.Domain.Shared/LINGYUN/Abp/WebhooksManagement/Localization/Resources/en.json +++ b/aspnet-core/modules/webhooks/LINGYUN.Abp.WebhooksManagement.Domain.Shared/LINGYUN/Abp/WebhooksManagement/Localization/Resources/en.json @@ -32,6 +32,7 @@ "SelectedItems": "Selected items", "SelectedItemsFormat": "Selected {0}", "ItemWillBeResendMessageWithFormat": "{0} will be resend.", + "SuccessfullySent": "Successfully Sent", "DisplayName:Name": "Name", "DisplayName:DisplayName": "Display Name", "DisplayName:Description": "Description", diff --git a/aspnet-core/modules/webhooks/LINGYUN.Abp.WebhooksManagement.Domain.Shared/LINGYUN/Abp/WebhooksManagement/Localization/Resources/zh-Hans.json b/aspnet-core/modules/webhooks/LINGYUN.Abp.WebhooksManagement.Domain.Shared/LINGYUN/Abp/WebhooksManagement/Localization/Resources/zh-Hans.json index 5dc8abb39..4da41a147 100644 --- a/aspnet-core/modules/webhooks/LINGYUN.Abp.WebhooksManagement.Domain.Shared/LINGYUN/Abp/WebhooksManagement/Localization/Resources/zh-Hans.json +++ b/aspnet-core/modules/webhooks/LINGYUN.Abp.WebhooksManagement.Domain.Shared/LINGYUN/Abp/WebhooksManagement/Localization/Resources/zh-Hans.json @@ -32,6 +32,7 @@ "SelectedItems": "已选择项目", "SelectedItemsFormat": "已选择 {0}", "ItemWillBeResendMessageWithFormat": "{0} 将要重新发送.", + "SuccessfullySent": "发送成功", "DisplayName:Name": "名称", "DisplayName:DisplayName": "显示名称", "DisplayName:Description": "描述",