-
New Feature
-
Resolution: Fixed
-
Major
-
2.9.2
-
None
-
None
Allows user to use the "true" value for attribute "required" in a field with multiple selection. Then it is compulsory to choose at least one value in that field when editing the structured content.
Example :
<field id="key-words" label="Key words" required="true" multiple="yes">
<datatype base="string"/>
<selection-list src="XXX"/>
</field>