NIHVIVO-143 Fix to previous commit: took isVitroNsProp value out of the EditConfiguration and put it in the request.
This commit is contained in:
parent
1de471536a
commit
014d9a3762
8 changed files with 75 additions and 57 deletions
|
@ -20,7 +20,7 @@ if( vreq.getParameter("subjectUri") != null ){
|
|||
Individual individual = vreq.getWebappDaoFactory().getIndividualDao().getIndividualByURI(vreq.getParameter("subjectUri"));
|
||||
String name = "the individual you were trying to edit.";
|
||||
if( individual != null && individual.getName() != null ){
|
||||
name = individual.getName() + ".";
|
||||
name = individual.getName();
|
||||
} %>
|
||||
<c:url value="/entity" var="entityPage">
|
||||
<c:param name="uri"><%=vreq.getParameter("subjectUri")%></c:param>
|
||||
|
|
|
@ -39,7 +39,6 @@ and set a flag in the request to indicate "back button confusion"
|
|||
public static Log log = LogFactory.getLog("edu.cornell.mannlib.vitro.webapp.jsp.edit.datapropertyBackButtonProblems.jsp");
|
||||
%>
|
||||
<%
|
||||
System.out.println("IN BACK BUTTON JSP");
|
||||
log.debug("Starting datapropertyBackButtonProblems.jsp");
|
||||
|
||||
if( session == null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue