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