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
Original issue reported on code.google.com by
jjhel...@gmail.com
on 7 Dec 2007 at 8:25