Merge branch 'dev-1.6' into development
This commit is contained in:
commit
6f97900447
1 changed files with 1 additions and 0 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue