hi, when I updated the info from the "task tab" into the project info ( module intranet-timesheet2-tasks ver. 4.0.3.1.0 ). I lost the date info of individual tasks from a subproject.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think the problem is because the function start_date($save_task_id) doesn't exist :(
when I try to update a task, from the task list presentation ( into a project ), the system set null to the task's dates.
so, i'm looking into intranet-timesheet2-tasks/www/task-action.tcl and the code get date info from " start_date($save_task_id) ", but, because the code can't find it, set null by default.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Confirmed. We've fixed an issue with overwriting start_date and end_date of timesheet task in V4.03.2.1.
The version is available in CVS, you will have to run "cvs update" and then execute the upgrade scripts
in the Home page.
Cheers!
Frank
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi, when I updated the info from the "task tab" into the project info ( module intranet-timesheet2-tasks ver. 4.0.3.1.0 ). I lost the date info of individual tasks from a subproject.
Hi,
Sorry, I don't understand your problem. Could you please explain the steps one-by-one?
Cheers,
Frank
hi ,
I think the problem is because the function start_date($save_task_id) doesn't exist :(
when I try to update a task, from the task list presentation ( into a project ), the system set null to the task's dates.
so, i'm looking into intranet-timesheet2-tasks/www/task-action.tcl and the code get date info from " start_date($save_task_id) ", but, because the code can't find it, set null by default.
Hi,
> start_date($….)
This is not a function but a hash array.
I've fixed the error anyway in CVS for V4.0.3.
Cheers,
Frank
the problem persist in 4.0.3.2.0
Hi!
Confirmed. We've fixed an issue with overwriting start_date and end_date of timesheet task in V4.03.2.1.
The version is available in CVS, you will have to run "cvs update" and then execute the upgrade scripts
in the Home page.
Cheers!
Frank