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,10 +237,10 @@ public class SolrPagedSearchController extends FreemarkerHttpServlet {
|
|||
if(ent!=null)
|
||||
individuals.add(ent);
|
||||
} catch(Exception e) {
|
||||
log.error("Problem getting usable Individuals from search hits. " +
|
||||
log.error("Problem getting usable individuals from search hits. " +
|
||||
e.getMessage());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ParamMap pagingLinkParams = new ParamMap();
|
||||
pagingLinkParams.put(PARAM_QUERY_TEXT, qtxt);
|
||||
|
|
Loading…
Add table
Reference in a new issue