Skip to content

Commit 975c810

Browse files
committed
NPL-286 update journal url
1 parent 6d4f0f4 commit 975c810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox_custom_objects/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
name="customobject_delete",
6666
),
6767
path(
68-
"custom_object/<int:pk>/journal/",
68+
"<str:custom_object_type>/<int:pk>/journal/",
6969
views.CustomObjectJournalView.as_view(),
7070
name="customobject_journal",
7171
),

0 commit comments

Comments
 (0)