mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-06 07:51:48 +01:00
Merge pull request #1783 from C-Otto/bug-1778
do not activate already completed todos, fix #1778
This commit is contained in:
commit
17c5edd7ae
3 changed files with 20 additions and 2 deletions
|
|
@ -266,7 +266,7 @@ class TodoTest < ActiveSupport::TestCase
|
|||
assert !@not_completed1.starred?
|
||||
end
|
||||
|
||||
def test_hidden_todo_remains_hidden_after_getting_unblokked
|
||||
def test_hidden_todo_remains_hidden_after_getting_unblocked
|
||||
todo = todos(:call_bill)
|
||||
project=todo.project
|
||||
project.hide!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue