Update for menu management: correct url forwarding from edit request dispatch, updates to javascript for checking all classes when new content type selected, and editing
This commit is contained in:
parent
1dacb70669
commit
e6f4c2a861
6 changed files with 83 additions and 14 deletions
|
@ -30,8 +30,8 @@ public static Log log = LogFactory.getLog("edu.cornell.mannlib.vitro.webapp.jsp.
|
|||
//forward to Edit Request Dispatch Controller
|
||||
String queryString = request.getQueryString();
|
||||
//Instead of edit request which is what we'll do later, here we'll forward to Menu Management Controller
|
||||
//response.sendRedirect("http://localhost:8080/vivo/editRequestDispatch?" + queryString);
|
||||
response.sendRedirect("http://localhost:8080/vivo/editDisplayModel?" + queryString);
|
||||
//response.sendRedirect("editRequestDispatch?" + queryString);
|
||||
response.sendRedirect(request.getContextPath() + "/editDisplayModel?" + queryString);
|
||||
}
|
||||
/*
|
||||
Decide which form to forward to, set subjectUri, subjectUriJson, predicateUri, and predicateUriJson in request.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue