From b393ec2856d78ba12aa7c6c026a5c4494812a47c Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Wed, 14 Apr 2021 14:55:01 -0400 Subject: [PATCH] Enable webhooks for JournalEntry --- netbox/extras/models/models.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netbox/extras/models/models.py b/netbox/extras/models/models.py index 41bc345e2..b3bc7f535 100644 --- a/netbox/extras/models/models.py +++ b/netbox/extras/models/models.py @@ -391,6 +391,8 @@ class ImageAttachment(BigIDModel): # Journal entries # + +@extras_features('webhooks') class JournalEntry(ChangeLoggedModel): """ A historical remark concerning an object; collectively, these form an object's journal. The journal is used to