Skip to content

v0.0.22: Fix issue with DB ID not found in generator.

Compare
Choose a tag to compare
@clems4ever clems4ever released this 26 Jan 08:58
In the case there is a relation in the projection, but the related
assets are not in the projection, the assets are not pushed into the
registry leading to missing IDs when searching into it. In that case we
can simply return id -1 because the relation won't be displayed anyway
as we are missing one or both vertices.