fix object deserialization missing graph reference
This commit is contained in:
parent
86de2cd414
commit
07a433eebe
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ func DeserializeGraph(bytes []byte, g *Graph) error {
|
|||
if err := convert(so, &o); err != nil {
|
||||
return err
|
||||
}
|
||||
o.Graph = g
|
||||
objects = append(objects, &o)
|
||||
idToObj[so["AbsID"].(string)] = &o
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue