Re: [PATCH][Agila] fixing insert/update of tasks

2004-11-09 Thread Geir Magnusson Jr
done On Nov 8, 2004, at 6:29 AM, [EMAIL PROTECTED] wrote: I've attached a patch which fixes up the Task insert so that when you assign a task to a user you can capture the TaskID for the task. It also avoids the hacky try/catch solution to try update first and only insert if that fails. James

[PATCH][Agila] fixing insert/update of tasks

2004-11-08 Thread jastrachan
I've attached a patch which fixes up the Task insert so that when you assign a task to a user you can capture the TaskID for the task. It also avoids the hacky try/catch solution to try update first and only insert if that fails. Index: TaskServiceImpl.java =