Merge pull request #2261 from ZeiP/bug/#2242_add_form_submission_js

#2242: Fix the JS procedure ran on add form submission by changing th…
This commit is contained in:
Matt Rogers 2019-07-15 10:23:51 -05:00 committed by GitHub
commit 63bdb45a52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -570,7 +570,7 @@ module TodosHelper
end
def context_container_id(todo)
return "c#{todo.context_id}"
return "context_#{todo.context_id}"
end
def todo_container_id(todo)