Fixed small problem with the users filters refactor

stable
Jesús Espino 2014-08-19 13:28:54 +02:00
parent 268d2e06c5
commit ee46cca3de
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ class IssuesController extends mixOf(taiga.Controller, taiga.PageMixin, taiga.Fi
else
obj.name = unknownOption
obj.selected = true if isSelected("createdBy", obj.id)
obj.selected = true if isSelected(type, obj.id)
return obj
unknownItem = _.remove(reformatedUsers, (u) -> not u.id)
reformatedUsers = _.sortBy(reformatedUsers, (u) -> u.name.toUpperCase())