caluma
caluma copied to clipboard
Error when resolving dynamic tasks
If a dynamic task that returns a queryset instead of a list of strings is followed by another task, Caluma will try to merge and flatten the queryset of task pks with a list of strings which will fail. When resolving dynamic tasks there should be a check if the return value is a queryset and if yes, the queryset should be converted to a list of strings.