Merge branch 'dev-1.6' into development

This commit is contained in:
anhefti 2024-03-04 13:24:28 +01:00
commit 6f97900447

View file

@ -74,6 +74,7 @@ public class AttributeMapping {
this.orientationAttributeNameMapping = Utils.immutableMapOf(orientations
.stream()
.filter(o -> this.attributeIdMapping.containsKey(o.attributeId))
.collect(Collectors.toMap(
o -> this.attributeIdMapping.get(o.attributeId).name,
Function.identity(),