Enable ordering us tasks list by us_order
parent
a19bec8ccd
commit
e7884e417e
|
@ -74,6 +74,7 @@ class TaskViewSet(OCCResourceMixin, VotedResourceMixin, HistoryResourceMixin, Wa
|
|||
"created_date",
|
||||
"modified_date",
|
||||
"assigned_to",
|
||||
"us_order",
|
||||
"subject",
|
||||
"total_voters")
|
||||
|
||||
|
|
Loading…
Reference in New Issue