resolve play all radio in search page NOCHANGELOG
This commit is contained in:
parent
d2dcc541a1
commit
c3431c6a63
|
@ -188,7 +188,7 @@ class CustomMultiple(SessionRadio):
|
||||||
|
|
||||||
def get_queryset(self, **kwargs):
|
def get_queryset(self, **kwargs):
|
||||||
qs = super().get_queryset(**kwargs)
|
qs = super().get_queryset(**kwargs)
|
||||||
return filters.run(kwargs["config"], candidates=qs)
|
return filters.run([kwargs["config"]], candidates=qs)
|
||||||
|
|
||||||
|
|
||||||
class RelatedObjectRadio(SessionRadio):
|
class RelatedObjectRadio(SessionRadio):
|
||||||
|
|
Loading…
Reference in New Issue