tracks/app/controllers
Matt Rogers 66b96e0c0c Properly update the project page for hidden projects
Immediately after hiding a project, if a user marks a todo as done, they
would erroneously see a "There are no incomplete actions in this
project" banner under the open actions section.

This commit uses the active_or_hidden scope for the project todos in
order to fix this, since the todos are active but hidden due to the
project.

Fixes #1202
2011-11-04 10:29:09 -05:00
..
application_controller.rb Show deferred actions on the project listing and sidebar 2011-10-20 21:05:57 -05:00
backend_controller.rb fixing gems for 1.9 2011-10-09 20:30:13 +02:00
contexts_controller.rb add done view to tag pages and add more tests 2011-07-09 17:21:36 +02:00
data_controller.rb fix #891. Somehow the assignment causes an error for some people. 2009-05-13 21:08:35 +02:00
feedlist_controller.rb fix failing tests 2011-02-03 22:44:26 +01:00
integrations_controller.rb Removing signatures from output and adding two test cases: invalid signature and unknown sender 2011-10-06 16:41:46 +02:00
login_controller.rb Logut user after password change, Closes #1047 2011-10-24 21:47:15 +02:00
notes_controller.rb fix failing tests 2011-02-03 22:44:26 +01:00
preferences_controller.rb Logut user after password change, Closes #1047 2011-10-24 21:47:15 +02:00
projects_controller.rb fix bug #858 by adding information on todos to project xml and providing a test for it 2011-10-06 17:32:39 +02:00
recurring_todos_controller.rb make sure toggle_check and deleting of todos, recurring_todos and projects work in the new done views 2011-07-09 17:21:36 +02:00
search_controller.rb improve sort order of search results and remove delete button for found projects 2011-09-16 12:39:44 +02:00
stats_controller.rb add cucumber scenarios for the new done pages 2011-07-09 17:21:35 +02:00
todos_controller.rb Properly update the project page for hidden projects 2011-11-04 10:29:09 -05:00
users_controller.rb Fix updating password 2011-09-09 17:49:42 +02:00