Actions
Defect #24530
closedMax Length issue in patch file
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
Steps:
1. Redmine already provides/validates Trackers name max length in Trackers model which is:
trackers.rb : validates_length_of :name, :maximum => 30
2. I need to change max length for name from 30 to 50 in patch file so that main model file should not impact.
3. I created tracker_patch file and used validation in that but it doesn't impact.
Please let me know how I will change that validation in patch file.
Regards
Nishchal
Updated by Toshi MARUYAMA over 8 years ago
- Category deleted (
Issues) - Status changed from New to Closed
- Priority changed from High to Normal
- Resolution set to Invalid
Please use forum for question.
Actions