Scarab commit: svn commit: r10721 - trunk/src/conf/conf/intake.xml
Hussayn Dabbous <[email protected]>
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dabbous
Date: 2009-05-13 01:05:30-0700
New Revision: 10721
Modified:
trunk/src/conf/conf/intake.xml
Log:
SCB2834:
- fixed wrong rule in intake. Style may be empty, but minimum length was declared to "1". removed the rule. ant clean is necessary to fix this after update!
Modified: trunk/src/conf/conf/intake.xml
Url: http://scarab.tigris.org/source/browse/scarab/trunk/src/conf/conf/intake.xml?view=diff&pathrev=10721&r1=10720&r2=10721
==============================================================================
--- trunk/src/conf/conf/intake.xml (original)
+++ trunk/src/conf/conf/intake.xml 2009-05-13 01:05:30-0700
@@ -74,11 +74,9 @@
<rule name="maxLength" value="255">intake_OptionNameMustBeLessThan255Characters</rule>
</field>
<field name="Style" key="style" type="String">
- <rule name="minLength" value="1">intake_OptionNameNotAllowedEmpty</rule>
<rule name="maxLength" value="255">intake_OptionNameMustBeLessThan255Characters</rule>
</field>
- <field name="NewName" key="newname" type="String"
- mapToProperty="Name">
+ <field name="NewName" key="newname" type="String" mapToProperty="Name">
<rule name="maxLength" value="255">intake_OptionNameMustBeLessThan255Characters</rule>
</field>
<field name="Deleted" key="del" type="boolean"/>
@@ -105,7 +103,6 @@
<rule name="mask" value="[0-9]+">intake_PleaseSelectValidChoice</rule>
</field>
<field name="Style" key="style" type="String">
- <rule name="minLength" value="1">intake_OptionNameNotAllowedEmpty</rule>
<rule name="maxLength" value="255">intake_OptionNameMustBeLessThan255Characters</rule>
</field>
<field name="Weight" key="weight" type="int">
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2231814