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