Skip to content
Snippets Groups Projects
Commit a50aab93 authored by felmer's avatar felmer
Browse files

SSDM-3897: Link bug fixed

SVN: 37071
parent 1e1f9b49
No related branches found
No related tags found
No related merge requests found
......@@ -84,6 +84,7 @@ public final class SearchableEntityTranslator
matchingEntity.setEntityKind(entity.getEntityKind());
matchingEntity.setEntityType(entity.getEntityType());
matchingEntity.setId(entity.getId());
matchingEntity.setPermId(entity.getPermId());
SearchDomainSearchResult searchResult = searchDomain.getSearchResult();
matchingEntity.setSearchDomain(searchResult.getSearchDomain().getLabel());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment