fix: proc json serialization (#6746)

* fix: params not being rendered when loading from JSON

* chore: fix tests
This commit is contained in:
Beka Westberg
2023-01-12 00:55:06 +00:00
committed by GitHub
parent 9f73184803
commit 32c7585cd7
3 changed files with 279 additions and 35 deletions

View File

@@ -591,6 +591,7 @@ const procedureDefMutator = {
}
}
this.doProcedureUpdate();
this.setStatements_(state['hasStatements'] === false ? false : true);
// Call mutate callers for backwards compatibility.