mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 03:16:25 -06:00
Enable webhooks for JournalEntry
This commit is contained in:
parent
c7268c542e
commit
f77b02dcbf
@ -391,6 +391,8 @@ class ImageAttachment(BigIDModel):
|
|||||||
# Journal entries
|
# Journal entries
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
@extras_features('webhooks')
|
||||||
class JournalEntry(ChangeLoggedModel):
|
class JournalEntry(ChangeLoggedModel):
|
||||||
"""
|
"""
|
||||||
A historical remark concerning an object; collectively, these form an object's journal. The journal is used to
|
A historical remark concerning an object; collectively, these form an object's journal. The journal is used to
|
||||||
|
Loading…
Reference in New Issue
Block a user