Skip to content

Commit

Permalink
forgotten return, which fixes compilation of collection views.
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Apr 22, 2022
1 parent 81cde36 commit 25101c1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ public void compileObjectCollectionView(CompiledObjectCollectionView existingVie
// TODO: support more cases
if (QNameUtil.match(ArchetypeType.COMPLEX_TYPE, collectionRefType)) {
compileArchetypeCollectionView(existingView, targetTypeClass, collectionRef.getOid(), collectionSpec.getBaseCollectionRef(), task, result);
return;
}

if (QNameUtil.match(ObjectCollectionType.COMPLEX_TYPE, collectionRefType)) {
Expand Down

0 comments on commit 25101c1

Please sign in to comment.