Fix redirect from /individual to /display in IndividualController
This commit is contained in:
parent
3b1fe1eb45
commit
ba3163da20
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ public class IndividualController extends FreemarkerHttpServlet {
|
|||
}//else send them to html
|
||||
}
|
||||
//else redirect to HTML representation
|
||||
return "/display/" + m.group(1) ;
|
||||
return UrlBuilder.getUrl("displayfm/" + m.group(1));
|
||||
}else{
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue