NIHVIVO-2733 Adapt core:relatedRole list view for core:linkedRole
This commit is contained in:
parent
dc14aa5aa4
commit
fd7c20047f
1 changed files with 2 additions and 2 deletions
|
@ -237,7 +237,7 @@ public class SolrPagedSearchController extends FreemarkerHttpServlet {
|
||||||
if(ent!=null)
|
if(ent!=null)
|
||||||
individuals.add(ent);
|
individuals.add(ent);
|
||||||
} catch(Exception e) {
|
} catch(Exception e) {
|
||||||
log.error("Problem getting usable Individuals from search hits. " +
|
log.error("Problem getting usable individuals from search hits. " +
|
||||||
e.getMessage());
|
e.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue