Success

User tests: Successful: Unsuccessful:

avatar Batch1211
Batch1211
20 Sep 2013

Updated line 89 from

formData = formData.replace('task', '');
to
formData = formData.replace('task=', '=');

because the former version causes issues if the extension developer has any form fields that contain the string "task" in it's name. So whenever we have a form field like "task_id" or something similar, the sortable functionality does not work, because the task field is not being removed from the POST data.

This change should fix this.

avatar Batch1211 Batch1211 - open - 20 Sep 2013
avatar Batch1211
Batch1211 - comment - 20 Sep 2013
avatar elinw
elinw - comment - 21 Sep 2013

Okay in that case I'm closing this to reduce confusion.

avatar elinw elinw - close - 21 Sep 2013

Add a Comment

Login with GitHub to post a comment