mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-30 13:58:49 +01:00
Load newly-created todos into correct container
This commit is contained in:
parent
8f21467b63
commit
8738481f31
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ module TodosHelper
|
|||
return "p#{todo.project_id}items" if todo.active?
|
||||
return "tickler" if todo.deferred?
|
||||
end
|
||||
return "c#{todo.context_id}"
|
||||
return "c#{todo.context_id}items"
|
||||
end
|
||||
|
||||
def should_show_new_item
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue