nurpax / nurpawiki

Automatically exported from code.google.com/p/nurpawiki
GNU General Public License v2.0
0 stars 3 forks source link

Multi-edit does not work after owner selection was added to edit_todo #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Click scheduler
2. Select two tasks
3. Click Mass Edit
4. Click save

What is the expected output? What do you see instead?

Tasks should be save with their existing values.

Instead, I get:

Wrong parameters
(Post parameters are: owner_id, owner_id, activation_date, ). 

The fix is to rewrite "todo_ids" handling to use 'list' parameter type. 
Rather than having only one date selector for all the tasks to be edited,
have date selector per each task.  Then save the values as a list which
will contain the result of date, description and selected owner.

Original issue reported on code.google.com by jjhel...@gmail.com on 7 Dec 2007 at 8:25

GoogleCodeExporter commented 9 years ago
Fixed in r108.

Original comment by jjhel...@gmail.com on 7 Dec 2007 at 11:08