mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-13 11:05:56 +00:00
Fix status not being a list
This commit is contained in:
parent
f07bf182e5
commit
480bdf0da1
@ -747,7 +747,7 @@ def process_instance_list(
|
||||
start_to,
|
||||
end_from,
|
||||
end_to,
|
||||
process_status,
|
||||
process_status.split(",") if process_status else None,
|
||||
)
|
||||
else:
|
||||
report_filter = ProcessInstanceReportService.filter_from_metadata_with_overrides(
|
||||
|
Loading…
x
Reference in New Issue
Block a user