PDA

View Full Version : task bug in CVS ?


Matt
27-04-04, 07:55 AM
ok I'm not an export so I hope I won't say something too stupid :)

I was running the 1.0.2.1 release and it was working perfectly (the only thing was that I have to learn how to use mercury mail and the gateway for ticketing).

Looking at the CVS I was interesting in the new options in the tasks modules, the search and the ability to see other users tasks so I installed today's CVS but when I want to edit a task I have this error message:

Unknown column 't.perc_assignment' in 'field list'
or
Unknown column 'u.perc_assignment' in 'field list'

Also the gantt chart doesn't work anymore...

I can understand that the CVS version isn't supported but if you feel like helping I would be more than thankful.

Thanks

Matt

ajdonnison
27-04-04, 09:42 AM
You will probably need to look into db/dotproject.sql and see what changes have been made since 1.0.2 release. A quick look for perc_assignment shows that it is the user_tasks table that needs to be updated by adding the field `perc_assignment` as an integer field, default value 100, after the `task_id` field.

Matt
27-04-04, 08:14 PM
Thanks a lot, I really appreciate your help, I'll now try to figure out why the gantt chart doesn't work on old tasks but works fine on newly created tasks with the CVS and everything will be perfect :)

Matt
28-04-04, 12:59 AM
going back to gantt.php,v 1.24 fixed my problem...