Skip to content

Commit

Permalink
Merge pull request #7228 from davidradl/git7227
Browse files Browse the repository at this point in the history
git7227 correct glossarycontext logic
  • Loading branch information
davidradl authored Dec 6, 2022
2 parents 6c6acac + bae91a5 commit e8bb344
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public boolean hasGlossaryTermLineageRelationships(String userId, EntityDetail e
return true;
}

return CollectionUtils.isNotEmpty(getTermCategorizations(userId, entityDetailGUID, entityDetail.getType().getTypeDefGUID()));
return CollectionUtils.isNotEmpty(getTermCategorizations(userId, entityDetailGUID, entityDetail.getType().getTypeDefName()));
}

/**
Expand Down

0 comments on commit e8bb344

Please sign in to comment.