mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 19:48:48 +01:00
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 |
||
|---|---|---|
| .. | ||
| application_controller.rb | ||
| backend_controller.rb | ||
| contexts_controller.rb | ||
| data_controller.rb | ||
| feedlist_controller.rb | ||
| integrations_controller.rb | ||
| login_controller.rb | ||
| notes_controller.rb | ||
| preferences_controller.rb | ||
| projects_controller.rb | ||
| recurring_todos_controller.rb | ||
| search_controller.rb | ||
| stats_controller.rb | ||
| todos_controller.rb | ||
| users_controller.rb | ||