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,6 +220,7 @@ class ProjectsController < ApplicationController
|
|||
@contexts = current_user.contexts
|
||||
update_state_counts
|
||||
init_data_for_sidebar
|
||||
init_project_hidden_todo_counts(['project'])
|
||||
|
||||
template = 'projects/update'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue