mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
#2242: Fix the JS procedure run on add form submission by changing the context ID to the new format.
This commit is contained in:
parent
5ec2c77f78
commit
0cfa0e65f2
1 changed files with 1 additions and 1 deletions
|
|
@ -570,7 +570,7 @@ module TodosHelper
|
||||||
end
|
end
|
||||||
|
|
||||||
def context_container_id(todo)
|
def context_container_id(todo)
|
||||||
return "c#{todo.context_id}"
|
return "context_#{todo.context_id}"
|
||||||
end
|
end
|
||||||
|
|
||||||
def todo_container_id(todo)
|
def todo_container_id(todo)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue