Enable ordering us tasks list by us_order

remotes/origin/4.0rc
Daniel García 2018-09-19 09:03:23 +02:00 committed by Miguel Gonzalez
parent a19bec8ccd
commit e7884e417e
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ class TaskViewSet(OCCResourceMixin, VotedResourceMixin, HistoryResourceMixin, Wa
"created_date",
"modified_date",
"assigned_to",
"us_order",
"subject",
"total_voters")