aymenhs / kanbanik

Automatically exported from code.google.com/p/kanbanik
Apache License 2.0
0 stars 0 forks source link

task description disappeared #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new task with description
2. Refresh the browser
3. Move task to a different workflowitem
4. Press edit

As a result the task will have no description

walkaround: before moving the task always press edit - this way the description 
will persist. 

The problem is in MoveTaskCommand.scala which expects that the TaskDto is fully 
filled - but the description is not sent to the FE from the server (for 
performance reasons) if not requested (not pressed the edit button) so the FE 
does not send the description to server => it gets cleared.

Original issue reported on code.google.com by jelkosz@gmail.com on 3 Jun 2013 at 11:31

GoogleCodeExporter commented 9 years ago

Original comment by jelkosz@gmail.com on 9 Jun 2013 at 7:55