Author: fpunt
Date: 2010-01-07 11:46:10 +0100 (Thu, 07 Jan 2010)
New Revision: 40380

Modified:
   
CMSContainer/trunk/CMSContainer_Portlets/portlets-poll/config/builders/poll/pollchoice.xml
Log:
CMSC-1597 The counter field of the poll choice had as base type "created" which 
will put the current timestamp in it. When of course was not how it should 
work. It breaks on default value, since "created" fields are read only. The 
field now has base type integer, which it should be.

Modified: 
CMSContainer/trunk/CMSContainer_Portlets/portlets-poll/config/builders/poll/pollchoice.xml
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Portlets/portlets-poll/config/builders/poll/pollchoice.xml
  2010-01-07 09:38:23 UTC (rev 40379)
+++ 
CMSContainer/trunk/CMSContainer_Portlets/portlets-poll/config/builders/poll/pollchoice.xml
  2010-01-07 10:46:10 UTC (rev 40380)
@@ -55,7 +55,7 @@
                     <input>4</input>
                 </positions>
             </editor>
-            <datatype base="created" 
xmlns="http://www.mmbase.org/xmlns/datatypes";>
+            <datatype base="integer" 
xmlns="http://www.mmbase.org/xmlns/datatypes";>
                 <default value="0"/>
                 <required value="true"/>
             </datatype>

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to