Defect #24150
Typo in class name and unidentified (left-over) code comment
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Code cleanup/refactoring | |||
Target version: | - | |||
Resolution: | Fixed | Affected version: |
Description
Just a drop of some of my observations. Two small issues were introduced in r15917:
- a typo: source:/trunk/lib/redmine/field_format.rb@15917#L859
AttachementFormat
instead ofAttachmentFormat
- an unidentified (left-over?) code comment: source:/trunk/lib/redmine/field_format.rb@15917#L947
- if it is there on purpose it might be better to mark/explain it more clearly
Related issues
Associated revisions
Typo in class name (#24150).
History
#1
Updated by Toshi MARUYAMA over 5 years ago
- Target version set to 3.4.0
#2
Updated by Toshi MARUYAMA over 5 years ago
- Related to Feature #6719: File format for custom fields (specific file uploads) added
#3
Updated by Jean-Philippe Lang over 5 years ago
- Category set to Code cleanup/refactoring
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Target version deleted (
3.4.0) - Resolution set to Fixed
Thanks Mischa, both fixes are applied.