You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I debugged a bit through and found that in the MetaDataSerializer.getSerializedStringMap the metaData.getGroups() returns null/empty optional. In the metadata class the groupsRoot is null.
Furthermore I found out that setGroups() in Metadata is never called (except from the importer and some tests)
The text was updated successfully, but these errors were encountered:
Current master.
I debugged a bit through and found that in the
MetaDataSerializer.getSerializedStringMap
themetaData.getGroups()
returns null/empty optional. In the metadata class thegroupsRoot
is null.Furthermore I found out that
setGroups()
inMetadata
is never called (except from the importer and some tests)The text was updated successfully, but these errors were encountered: