On line 117 of todolist.js was this...
url: 'index.php?q=todolist/edit_task?id='+id,

Replace with this...
url: 'index.php?q=todolist/edit_task&id='+id,

The ? instead of &, after edit_task, returns a 404 error

Comments

ryanshowers’s picture

Title: Edit tasks 404 error due to ? in javascript url call » Didn't browse the bug reports.

Sorry, fix has already been submitted. Didn't browse the bug reports, only the support request.

Again, sorry.

ms2011’s picture

Status: Active » Closed (duplicate)