Spaces:
Running
Running
Update services/report_data_handler.py
Browse files
services/report_data_handler.py
CHANGED
@@ -106,9 +106,9 @@ def save_objectives(
|
|
106 |
try:
|
107 |
payloads = [
|
108 |
{
|
109 |
-
"
|
110 |
-
"
|
111 |
-
"
|
112 |
"report": report_id,
|
113 |
# "organization_urn": org_urn # Assuming 'report' links to the org
|
114 |
}
|
|
|
106 |
try:
|
107 |
payloads = [
|
108 |
{
|
109 |
+
"description": obj.get("objective_description"),
|
110 |
+
"timeline": obj.get("objective_timeline"),
|
111 |
+
"owner": obj.get("objective_owner"),
|
112 |
"report": report_id,
|
113 |
# "organization_urn": org_urn # Assuming 'report' links to the org
|
114 |
}
|