fix error on downgrade for SEB Settings

This commit is contained in:
anhefti 2024-03-04 13:10:39 +01:00
parent ef3c915e21
commit a096253e6d

View file

@ -72,6 +72,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())));