mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-13 17:32:53 +00:00
Fixed#7537: Webhook description update is not working (#7548)
This commit is contained in:
parent
ef5c4016f4
commit
bfe5710dc7
@ -92,6 +92,7 @@ public class WebhookPublisher extends AbstractEventPublisher {
|
|||||||
|
|
||||||
public synchronized void updateWebhook(Webhook updatedWebhook) {
|
public synchronized void updateWebhook(Webhook updatedWebhook) {
|
||||||
currentBackoffTime = BACKOFF_NORMAL;
|
currentBackoffTime = BACKOFF_NORMAL;
|
||||||
|
webhook.setDescription(updatedWebhook.getDescription());
|
||||||
webhook.setTimeout(updatedWebhook.getTimeout());
|
webhook.setTimeout(updatedWebhook.getTimeout());
|
||||||
webhook.setBatchSize(updatedWebhook.getBatchSize());
|
webhook.setBatchSize(updatedWebhook.getBatchSize());
|
||||||
webhook.setEndpoint(updatedWebhook.getEndpoint());
|
webhook.setEndpoint(updatedWebhook.getEndpoint());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user