This commit is contained in:
Abhimanyu Saharan 2023-05-05 01:05:27 +05:30
parent f316d3d601
commit a1e1d75d56

View File

@ -146,4 +146,4 @@ class JournalEntryImportForm(NetBoxModelImportForm):
model = JournalEntry model = JournalEntry
fields = ( fields = (
'assigned_object_type', 'assigned_object_id', 'created_by', 'kind', 'comments', 'tags' 'assigned_object_type', 'assigned_object_id', 'created_by', 'kind', 'comments', 'tags'
) )