Skip to content

Commit

Permalink
Merge branch 'feature/canonical-mi-workflow' into testing/canonical-m…
Browse files Browse the repository at this point in the history
…i-workflow
  • Loading branch information
Tammo-Feldmann committed Oct 16, 2023
2 parents 7f4e471 + 686f1aa commit 520c152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/admin_ui/views/v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def get_context_data(self, **kwargs):
**context,
"view_model": self.kwargs['model'],
"canonical_uuid": canonical_uuid,
"object": Change.objects.select_related('content_object').get(uuid=canonical_uuid),
"object": Change.objects.select_related('content_type').get(uuid=canonical_uuid),
}


Expand Down

0 comments on commit 520c152

Please sign in to comment.