Skip to content

Commit

Permalink
fix #1393 by calculating todo count for hidden projects too
Browse files Browse the repository at this point in the history
  • Loading branch information
lrbalt committed Feb 20, 2013
1 parent 7860edd commit 1aafe82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/controllers/projects_controller.rb
Expand Up @@ -220,7 +220,8 @@ def update
@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?
Expand Down

0 comments on commit 1aafe82

Please sign in to comment.