mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-21 12:52:21 -06:00
Add kind field to JournalEntry
This commit is contained in:
@@ -154,10 +154,12 @@ class JournalEntryTestCase(
|
||||
cls.form_data = {
|
||||
'assigned_object_type': site_ct.pk,
|
||||
'assigned_object_id': site.pk,
|
||||
'kind': 'info',
|
||||
'comments': 'A new entry',
|
||||
}
|
||||
|
||||
cls.bulk_edit_data = {
|
||||
'kind': 'success',
|
||||
'comments': 'Overwritten',
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user