Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnarang95 committed Mar 13, 2024
1 parent 4a04315 commit 16b7d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangocms_navigation/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ def change_view(self, request, object_id, menu_content_id=None, form_url="", ext
kwargs={"menu_content_id": menu_content_id, "object_id": object_id},
)
return super().change_view(
request, object_id, form_url="", extra_context=extra_context
request, str(object_id), form_url="", extra_context=extra_context
)

def add_view(self, request, menu_content_id=None, form_url="", extra_context=None):
Expand Down

0 comments on commit 16b7d5c

Please sign in to comment.