mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-20 22:24:09 +01:00
fix count in navbar and fix tickler
This commit is contained in:
parent
031f9fe967
commit
37f8acb214
6 changed files with 51 additions and 55 deletions
|
|
@ -551,7 +551,7 @@ class TodosController < ApplicationController
|
|||
@page_title = t('todos.deferred_tasks_title')
|
||||
|
||||
@contexts_to_show = @contexts = current_user.contexts
|
||||
@projects_to_show = @projects = current_user.projects
|
||||
@projects_to_show = @projects = current_user.projects.active + current_user.projects.hidden
|
||||
|
||||
includes = params[:format]=='xml' ? [:context, :project] : Todo::DEFAULT_INCLUDES
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue