Skip to content

Fix issues when saving to database

Manuel Prinz requested to merge saving-bug into master

Because SDN uses the internal identifier to find objects, we need to provide it when mapping. This needs an extra request to find it. This will be temporary, since we can overcome the issue when upgrading to using Neo4jClient.

This bug affects @mharis111 and needs to be merged before we can make a release.

Merge request reports