Closed (fixed)
Project:
Field Validation
Version:
7.x-2.2
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2013 at 12:37 UTC
Updated:
5 May 2013 at 23:00 UTC
Jump to comment: Most recent file
hi there,
today I've be wrestling around with the database induced cap of 128 characters for (in my case a regex regarding phone numbers) validations.
though I didn't spend much time on this case, my guess is that it's because of line number 68 & 69 in field_validation.install. I would suggest to change that to either something bigger (bad idea) or to change the type to text (big) and thereby remove the trouble of ever* having to think about that another time.
greets,
attisan
*well, ... mostly
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | field_validation-regex_limit-1942818-2.patch | 1.11 KB | cwithout |
Comments
Comment #1
attisanComment #2
cwithout commentedThe limit is due to using a textfield. Patch changes the field to a textarea.
Comment #3
g089h515r806 commentedComment #4
g089h515r806 commentedfixed.
Comment #5
g089h515r806 commented