Skip to content

Commit

Permalink
Merge da18b31 into e048353
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszkarykowski committed Jan 22, 2020
2 parents e048353 + da18b31 commit 99cf45d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ralph/access_cards/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

@register(AccessCard)
class AccessCardAdmin(TransitionAdminMixin, RalphAdmin):
show_transition_history = True
list_display = ['status', 'visual_number', 'system_number', 'user',
'owner']
list_select_related = ['user', 'owner']
Expand Down

0 comments on commit 99cf45d

Please sign in to comment.