Active
Project:
Content Construction Kit (CCK)
Version:
6.x-3.0-alpha3
Component:
content_multigroup.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2012 at 23:16 UTC
Updated:
22 Mar 2012 at 00:13 UTC
Comments
Comment #1
CraigBertrand commentedoops selected wrong version
Comment #2
CraigBertrand commentedOkay this is getting embarrassing
Comment #3
CraigBertrand commentedOkay upon further testing I think this is a cck bug. I tried to make my own phone number field using just the text and integer field types and doing validation by the number of digits in the integer field and got the same error.
I created:
one field called type (text field) (select list)
3 fields for the three parts of a standard US/Canada number (integer) (text field)
On each of the integer fields I set min and max values of 3/3/4 respectively to correspond to the phone number.
Here is the error message from that config:
Area Code: the value may be no larger than 3.
First Three: the value may be no larger than 3.
Last Four: the value may be no larger than 4.
It seems that multigroup cannot validate input?