SEBSERV-512 fix error on downgrade for SEB Settings
This commit is contained in:
parent
a753971808
commit
d6b3ac43c6
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ public class AttributeMapping {
|
||||||
|
|
||||||
this.orientationAttributeNameMapping = Utils.immutableMapOf(orientations
|
this.orientationAttributeNameMapping = Utils.immutableMapOf(orientations
|
||||||
.stream()
|
.stream()
|
||||||
|
.filter(o -> this.attributeIdMapping.containsKey(o.attributeId))
|
||||||
.collect(Collectors.toMap(
|
.collect(Collectors.toMap(
|
||||||
o -> this.attributeIdMapping.get(o.attributeId).name,
|
o -> this.attributeIdMapping.get(o.attributeId).name,
|
||||||
Function.identity(),
|
Function.identity(),
|
||||||
|
|
Loading…
Reference in a new issue