Closed (fixed)
Project:
Content Profile
Version:
6.x-1.x-dev
Component:
Base module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2008 at 21:28 UTC
Updated:
9 Dec 2008 at 15:42 UTC
I have created a field called "zip code" in a profile content type. It is an integer. I have set it to have a minimum of 1 and a maximum of 99999.
When entering a value under the profile, I can enter any integer I wish, such as 9999999.
example url: http://example.com/user/1/edit/studentprofile
When entering a value directly on the node, I am restricted based on the CCK definition.
example url: http://example.com/node/3/edit (this is a studentprofile node)
Comments
Comment #1
fagohm, I can reproduce that :(
Comment #2
fagothis should be fixed with the fix of this issue: http://drupal.org/node/332998#comment-1123924
So please test the next generated development snapshot and make sure to have your menu cache cleared when testing, e.g. hit submit at the admin modules page after updating the module.
Comment #3
nadavoid commentedYes, this seems to be fixed now. I've had CCK validation take effect on my profile fields.