NIHVIVO-799 Revert change that shows full view of two-step form when a type is selected on page load: doesn't work for roles forms because there's no empty value.

This commit is contained in:
rjy7 2010-07-14 18:09:29 +00:00
parent d131d6e996
commit 87bdc3aa36
6 changed files with 13 additions and 10 deletions

View file

@ -6,5 +6,5 @@
<jsp:param name="roleActivityType_optionsType" value="CHILD_VCLASSES" />
<jsp:param name="roleActivityType_objectClassUri" value="http://xmlns.com/foaf/0.1/Organization" />
<jsp:param name="roleActivityType_literalOptions" value="[ 'Select one' ]" />
<jsp:param name="roleActivityType_literalOptions" value="[ '', 'Select one' ]" />
</jsp:include>