fix: `PodioOutput` metadata branch `CollectionTypeInfo` is not completely filled
Close #104 (closed)
PodioOutput::createBranches is called twice, but the CollectionTypeInfo branch is created within (twice). This MR:
- changes local
collectionInfoto private memberm_collectionInfo, so its state is preserved betweencreateBranchescalls - creates the
CollectionTypeInfobranch after thecreateBranchescalls
Credit also to @chchatte