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:
parent
d131d6e996
commit
87bdc3aa36
6 changed files with 13 additions and 10 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue