We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c90da commit 1154d3bCopy full SHA for 1154d3b
src/BuildingRegistry.Projections.Extract/BuildingUnitExtract/BuildingUnitExtractV2Projections.cs
@@ -502,6 +502,7 @@ await context.FindAndUpdateBuildingUnitExtract(message.Message.BuildingUnitPersi
502
itemV2 =>
503
{
504
itemV2.BuildingPersistentLocalId = message.Message.BuildingPersistentLocalId;
505
+ UpdateRecord(itemV2, record => { record.gebouwid.Value = message.Message.BuildingPersistentLocalId.ToString(); });
506
UpdateStatus(itemV2, status);
507
UpdateGeometryMethod(itemV2, geometryMethod);
508
UpdateGeometry(itemV2, geometry);
0 commit comments