NIHVIVO-799 Added select list type UNSORTED_LITERALS to specify a list of literals with no alpha sorting. Allows putting "Select one" as first option without getting sorted into the middle of the list.
This commit is contained in:
parent
49b18c57aa
commit
66df54d2a3
11 changed files with 48 additions and 52 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