Use order attr to order US statuses in Kanban page
parent
d167ab533a
commit
a214485b9f
|
@ -136,7 +136,7 @@ class KanbanController extends mixOf(taiga.Controller, taiga.PageMixin, taiga.Fi
|
|||
@scope.points = _.sortBy(project.points, "order")
|
||||
@scope.pointsById = groupBy(project.points, (x) -> x.id)
|
||||
@scope.usStatusById = groupBy(project.us_statuses, (x) -> x.id)
|
||||
@scope.usStatusList = _.sortBy(project.us_statuses, "id")
|
||||
@scope.usStatusList = _.sortBy(project.us_statuses, "order")
|
||||
return project
|
||||
|
||||
loadInitialData: ->
|
||||
|
|
Loading…
Reference in New Issue