#2242: Fix the JS procedure run on add form submission by changing the context ID to the new format.

This commit is contained in:
Jyri-Petteri Paloposki 2019-06-28 01:40:58 +03:00
parent 5ec2c77f78
commit 0cfa0e65f2

View file

@ -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)