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