mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-04 16:28:50 +01:00
fix regressions
This commit is contained in:
parent
c7637053e1
commit
8d6b9b5dbd
4 changed files with 26 additions and 18 deletions
|
|
@ -573,7 +573,7 @@ class TodosController < ApplicationController
|
|||
@source_view = 'deferred'
|
||||
@page_title = t('todos.deferred_tasks_title')
|
||||
|
||||
@contexts_to_show = @contexts = current_user.contexts.find(:all)
|
||||
@contexts_to_show = @contexts = current_user.contexts
|
||||
|
||||
includes = params[:format]=='xml' ? [:context, :project] : Todo::DEFAULT_INCLUDES
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue