Additional files for NIHVIVO-121
This commit is contained in:
parent
014d9a3762
commit
9ae82a7fb3
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ public static Log log = LogFactory.getLog("edu.cornell.mannlib.vitro.webapp.jsp.
|
|||
String customForm = null;
|
||||
String form = DEFAULT_OBJ_FORM;
|
||||
|
||||
if( predicateUri != null ){
|
||||
if( predicateUri != null && ( formParam == null || formParam.length() == 0 ) ){
|
||||
objectProp = wdf.getObjectPropertyDao().getObjectPropertyByURI(predicateUri);
|
||||
customForm = objectProp.getCustomEntryForm();
|
||||
request.setAttribute("predicate", objectProp);
|
||||
|
|
Loading…
Add table
Reference in a new issue