fix grouping
This commit is contained in:
parent
edf7c37cb5
commit
b6b29e5de8
@ -482,7 +482,7 @@ Public Class ImportZUGFeRDFiles
|
|||||||
|
|
||||||
' PropertyMap items with `IsGrouped = False` are handled normally
|
' PropertyMap items with `IsGrouped = False` are handled normally
|
||||||
Dim oDefaultProperties As Dictionary(Of String, XmlItemProperty) = oArgs.PropertyMap.
|
Dim oDefaultProperties As Dictionary(Of String, XmlItemProperty) = oArgs.PropertyMap.
|
||||||
Where(Function(Item) Item.Value.IsGrouped = True).
|
Where(Function(Item) Item.Value.IsGrouped = False).
|
||||||
ToDictionary(Function(Item) Item.Key,
|
ToDictionary(Function(Item) Item.Key,
|
||||||
Function(Item) Item.Value)
|
Function(Item) Item.Value)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user