mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-11 09:54:21 +01:00
fix #1393 by calculating todo count for hidden projects too
This commit is contained in:
parent
7860edd369
commit
1aafe82471
1 changed files with 2 additions and 1 deletions
|
|
@ -220,7 +220,8 @@ class ProjectsController < ApplicationController
|
|||
@contexts = current_user.contexts
|
||||
update_state_counts
|
||||
init_data_for_sidebar
|
||||
|
||||
init_project_hidden_todo_counts(['project'])
|
||||
|
||||
template = 'projects/update'
|
||||
|
||||
# TODO: are these params ever set? or is this dead code?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue