mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-30 05:48:50 +01:00
fix a typo. Thanks tknoeller. Fixes #1000
This commit is contained in:
parent
f602ffc1a4
commit
32d18857df
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ class TodosController < ApplicationController
|
|||
@todo.tags.reload
|
||||
end
|
||||
|
||||
unless (@aved == false)
|
||||
unless (@saved == false)
|
||||
unless @todo.uncompleted_predecessors.empty? || @todo.state == 'project_hidden'
|
||||
@todo.state = 'pending'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue