updating reference to edit request dispatch.jsp to be /editRequestDispatch for the new controller
This commit is contained in:
parent
6b909c0c39
commit
49b12e06ff
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ public class BaseSiteAdminController extends FreemarkerHttpServlet {
|
|||
|
||||
if (PolicyHelper.isAuthorizedForActions(vreq, new EditIndividuals())) {
|
||||
|
||||
map.put("formAction", UrlBuilder.getUrl("/editRequestDispatch.jsp"));
|
||||
map.put("formAction", UrlBuilder.getUrl("/editRequestDispatch"));
|
||||
|
||||
WebappDaoFactory wadf = vreq.getFullWebappDaoFactory();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue