If I create an editable integer field with a minimum of 5 and a maximum of 1000 and then display these fields in a view, I can successfully change the field to 3 or 1200.
It should reject the change and should say something like:
Integer: the value may be no greater than 1000.
Comments
Comment #1
Alexander Hadj Hassine commentedI confirm that. Minimum and maximum field values for integer doesn’t works in vies with editablefields.
Can anyone apply a patch for it?
Regards Alex
Comment #2
dags commentedThis is a duplicate of #2083851: Use drupal field validation. A patch was committed yesterday to fix the issue. Please update to the latest dev version.