mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-22 05:12:22 -06:00
Closes #6150: Enable change logging for journal entries
This commit is contained in:
@@ -306,6 +306,10 @@ class JournalEntryListView(generic.ObjectListView):
|
||||
action_buttons = ('export',)
|
||||
|
||||
|
||||
class JournalEntryView(generic.ObjectView):
|
||||
queryset = JournalEntry.objects.all()
|
||||
|
||||
|
||||
class JournalEntryEditView(generic.ObjectEditView):
|
||||
queryset = JournalEntry.objects.all()
|
||||
model_form = forms.JournalEntryForm
|
||||
|
||||
Reference in New Issue
Block a user