Actions
Patch #24643
closedRename "issue" to "item" in query helpers
Status:
Closed
Priority:
Normal
Assignee:
Category:
Code cleanup/refactoring
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Description
I propose to rename the variable name "issue" to "item" in the following QuerysHelper methods:
- column_content
- column_value
- csv_content
- csv_value
These methods are used by two different entities (Issue and TimeEntry) and using the name "item" instead "issue" is less confusing. The same rename was made in r15639 (queries_controller).
Files
Updated by Go MAEDA about 8 years ago
- Target version set to 3.4.0
Passed all tests. Setting target version to 3.4.0.
Thank you for your daily contribution.
Updated by Jean-Philippe Lang about 8 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
Committed, thanks.
Actions