Actions
Patch #27625
closedIncrease maximum size for role name
Status:
Closed
Priority:
High
Assignee:
Category:
Permissions and roles
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Description
It is limited in model of Role, at line 84
validates_length_of :name, :maximum => 30
Attached is a patch, increasing it to 255, however I wouldn't limit it at all.
Also migration is added here.
Files
Updated by Aleksandar Pavic about 7 years ago
Updated migration, since rails didn't put any content into it...
Updated by Go MAEDA over 5 years ago
- Category changed from Code cleanup/refactoring to Permissions and roles
Updated by Jean-Philippe Lang over 5 years ago
- Subject changed from Increase size of name for role name to Increase maximum size for role name
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
Committed, thanks.
Actions