Post workplan_id instead of workstream_id on State Hub progress notes
This commit is contained in:
parent
3d40627614
commit
ff0dc8aeb2
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ class EvidenceWriter:
|
|||
"author": self.author,
|
||||
}
|
||||
if self.workstream_id:
|
||||
payload["workstream_id"] = self.workstream_id
|
||||
payload["workplan_id"] = self.workstream_id
|
||||
if decision_id:
|
||||
payload["detail"] = {"decision_id": decision_id, "catalog_id": catalog_id}
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue