Remove unnecessary TODO comment

stable
David Barragán Merino 2014-09-17 11:23:01 +02:00
parent 092c7883c3
commit 7e2b9e0eab
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ class IssuesController extends mixOf(taiga.Controller, taiga.PageMixin, taiga.Fi
@scope.project = project
@scope.$emit('project:loaded', project)
# TODO: add issueTypeList and issueTypeById
@scope.issueStatusById = groupBy(project.issue_statuses, (x) -> x.id)
@scope.issueStatusList = _.sortBy(project.issue_statuses, "order")
@scope.severityById = groupBy(project.severities, (x) -> x.id)