SEBSERV-512 fix error on downgrade for SEB Settings

This commit is contained in:
anhefti 2024-03-04 13:23:47 +01:00
parent a753971808
commit d6b3ac43c6

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(),