Actions
Bug #6051
closedLong field name causes field to fail to store
Description
If you create a field with a field name longer than 50 characters it's created properly with the field name cut to 50 characters, but during profile edit the field never stores. This is likely due to the tablename not being cut short. Add to the validation a fieldname length check so the field won't save with a name too long.
Updated by beat about 8 years ago
- Target version changed from CB 2.0.15 to CB 2.1
Updated by krileon about 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1105
Adds support for additional jQuery validate rules (that aren't CSS classes).
Actions