Browse Source

Enable webhooks for JournalEntry

jeremystretch 5 năm trước cách đây
mục cha
commit
b393ec2856
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      netbox/extras/models/models.py

+ 2 - 0
netbox/extras/models/models.py

@@ -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