mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-24 05:06:52 +00:00
Enable webhooks for JournalEntry
This commit is contained in:
parent
664ba55460
commit
b393ec2856
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user