Fixing multiple assigned to filter on tasks
parent
78510cd676
commit
c7d2e0c174
|
@ -64,7 +64,6 @@ class TaskViewSet(OCCResourceMixin, VotedResourceMixin, HistoryResourceMixin, Wa
|
||||||
"milestone",
|
"milestone",
|
||||||
"project",
|
"project",
|
||||||
"project__slug",
|
"project__slug",
|
||||||
"assigned_to",
|
|
||||||
"status__is_closed"]
|
"status__is_closed"]
|
||||||
|
|
||||||
def get_serializer_class(self, *args, **kwargs):
|
def get_serializer_class(self, *args, **kwargs):
|
||||||
|
|
Loading…
Reference in New Issue