mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
RM-4499 - added positive number constraint in the model definition
This commit is contained in:
@@ -308,6 +308,12 @@
|
||||
<stored>false</stored>
|
||||
<tokenised>false</tokenised>
|
||||
</index>
|
||||
<constraints>
|
||||
<constraint type="MINMAX">
|
||||
<parameter name="minValue"><value>0</value></parameter>
|
||||
<parameter name="maxValue"><value>2147483647</value></parameter> <!--MAX_INT -->
|
||||
</constraint>
|
||||
</constraints>
|
||||
</property>
|
||||
|
||||
<property name="rma:storageLocation">
|
||||
|
Reference in New Issue
Block a user