NIHVIVO-1376 change for showing urls on class group index page
This commit is contained in:
parent
b3b8ef7f6e
commit
df4c2ccfb9
1 changed files with 3 additions and 1 deletions
|
@ -105,7 +105,9 @@ public class IndividualListController extends FreemarkerHttpServlet {
|
|||
body.put("subtitle", vclass.getName());
|
||||
}
|
||||
body.put("title", title);
|
||||
|
||||
body.put("redirecturl", vreq.getContextPath()+"/entityurl/");
|
||||
getServletContext().setAttribute("inds", inds);
|
||||
getServletContext().setAttribute("classuri", vclass.getURI());
|
||||
}
|
||||
|
||||
} catch (HelpException help){
|
||||
|
|
Loading…
Add table
Reference in a new issue