Skip to content

Commit

Permalink
fixes for subreports
Browse files Browse the repository at this point in the history
  • Loading branch information
Rieven committed Nov 18, 2024
1 parent 7a9e277 commit 213704b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocky/reports/views/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def save_aggregate_report_data(
child_input_data = get_child_input_data(input_data, ooi, report_type)

raw_id = bytes_client.upload_raw(
raw=ReportDataDict({"report_data": data["data"]} | child_input_data).model_dump_json().encode(),
raw=ReportDataDict({"report_data": data} | child_input_data).model_dump_json().encode(),
manual_mime_types={"openkat/report"},
)

Expand Down

0 comments on commit 213704b

Please sign in to comment.