NIHVIVO-631 Removed startdate from n3required list.

This commit is contained in:
nac26 2011-01-06 18:13:05 +00:00
parent 9f62e70e81
commit eab9b4ef8d

View file

@ -340,7 +340,7 @@ public static Log log = LogFactory.getLog("edu.cornell.mannlib.vitro.webapp.jsp.
"predicate" : ["rolePredicate", "${predicateUriJson}" ],
"object" : ["role", "${objectUriJson}", "URI" ],
"n3required" : [ "${n3ForNewRole}", "${n3ForStart}", "${roleLabelAssertion}" ],
"n3required" : [ "${n3ForNewRole}", "${roleLabelAssertion}" ],
"n3optional" : [ "${n3ForActivityLabel}", "${n3ForActivityType}", "${n3ForInverse}", "${n3ForEnd}" ],
"newResources" : { "role" : "${defaultNamespace}",