[Backport] Fixing multiple assigned to filter on tasks
parent
ff87875410
commit
0fd080b101
|
@ -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