Skip to content
Snippets Groups Projects
Commit 2957517d authored by Fabian Seidl's avatar Fabian Seidl
Browse files

adding pndID still not working, added TODO

parent d453eba1
No related branches found
No related tags found
1 merge request!416Resolve "Refactor how PNDs are implemented in the code"
Pipeline #130865 failed
This commit is part of merge request !416. Comments created here will be created in the context of that merge request.
......@@ -57,5 +57,5 @@ type LoadedNetworkElement struct {
Metadata conflict.Metadata `json:"metadata" bson:"metadata"`
PndID string `json:"pndid,omitempty"`
PndID string `json:"pnd_id" bson:"pnd_id"`
}
......@@ -214,6 +214,7 @@ func (s *NetworkElementService) createNetworkElementFromStore(loadedNetworkEleme
return nil, err
}
//TODO(PND): remove when pndID can be added to stored MNE!
fmt.Println(loadedNetworkElement.PndID)
mne, err := NewNetworkElement(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment