mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-16 21:24:19 +00:00
Send filters back to client
This commit is contained in:
parent
87b4fcb18b
commit
2818056a37
@ -805,6 +805,7 @@ def process_instance_list(
|
|||||||
response_json = {
|
response_json = {
|
||||||
"report_metadata": report_metadata,
|
"report_metadata": report_metadata,
|
||||||
"results": results,
|
"results": results,
|
||||||
|
"filters": report_filter.to_dict(),
|
||||||
"pagination": {
|
"pagination": {
|
||||||
"count": len(results),
|
"count": len(results),
|
||||||
"total": process_instances.total,
|
"total": process_instances.total,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user