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
Actions