Skip to content

Commit

Permalink
Display created date at the list of operations (allegro#3005)
Browse files Browse the repository at this point in the history
  • Loading branch information
romcheg authored and mkurek committed Apr 6, 2017
1 parent 468a9e1 commit dccd426
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ralph/operations/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ class OperationAdmin(AttachmentsMixin, RalphAdmin):
search_fields = ['title', 'description', 'ticket_id']
list_filter = ['type', 'status', 'assignee', 'ticket_id', 'base_objects',
'created_date', 'update_date', 'resolved_date']
list_display = ['title', 'type', 'status', 'assignee', 'get_ticket_url']
list_display = ['title', 'type', 'created_date', 'status', 'assignee',
'get_ticket_url']
raw_id_fields = ['assignee', 'base_objects']
resource_class = resources.OperationResource
form = OperationAdminForm
Expand Down

0 comments on commit dccd426

Please sign in to comment.