Allowing issue type ordering

remotes/origin/enhancement/email-actions
Alejandro Alonso 2014-08-08 14:00:24 +02:00
parent c6ae1dbf36
commit 1d9d5b005f
1 changed files with 2 additions and 1 deletions

View File

@ -115,7 +115,8 @@ class IssueViewSet(OCCResourceMixin, HistoryResourceMixin, WatchedResourceMixin,
filter_fields = ("project",)
search_fields = ("subject",)
order_by_fields = ("severity",
order_by_fields = ("type",
"severity",
"status",
"priority",
"created_date",