Any update on when task commenting will be available?
I'm about to hack the code to add the functionilty and wondered if it would be best to wait?
Keep up the good work!
Haris
----------------
http://haris.tv
I'm about to hack the code to add the functionilty and wondered if it would be best to wait?
Keep up the good work!
Haris
----------------
http://haris.tv
Ilija Studen
on Feb 23. 2007. 7:22 pm
If you need it fast than develop your own hack (its not hard, just see how it is implemented for messages and files).
activeCollab team member
Thanks for the info, I would like to hack it in line with your specs so that when you do provide the upgrade it will be less likely to conflict with my changes.
A couple of things:
1. Are you intending to apply comments to task lists or individual tasks?
2. As individual tasks don't currently have a view.php (as the message object does), where do you intend to display the comment posts and input forms for the task comments?
A couple of things:
1. Are you intending to apply comments to task lists or individual tasks?
2. As individual tasks don't currently have a view.php (as the message object does), where do you intend to display the comment posts and input forms for the task comments?
Ilija Studen
on Feb 28. 2007. 8:25 am
Comments will be attached to tasks, not lists. Every task will have it's own details page where all additional information about tasks will be displayed, including comments - pretty much like messages have now.
activeCollab team member
Thanks for the prompt reply, I added a new task_details.php view which is now invoked via a new controller action of the same name.
The view renders the comments/form via the helper. (after I added protected $is_commentable = true; to the Model)
Works a treat, thanks again.
The view renders the comments/form via the helper. (after I added protected $is_commentable = true; to the Model)
Works a treat, thanks again.
One last thing;
When I add a new comment to the tasks through my new task_details action, the add() action in CommentController.class.php is redirecting the page to the task controllers view_list action (back to the task lists display) instead of my new task_details action.
Any pointers where I should look to correct this?
Thanks in advance.
When I add a new comment to the tasks through my new task_details action, the add() action in CommentController.class.php is redirecting the page to the task controllers view_list action (back to the task lists display) instead of my new task_details action.
Any pointers where I should look to correct this?
Thanks in advance.
Ilija Studen
on Feb 28. 2007. 9:19 pm
There is getObjectUrl() in Task class that you should override to point to task details page.
activeCollab team member
Ryan Cross
on Feb 28. 2007. 11:30 pm
can you post your changes when you are finished? This is a feature I'd really like to have and I don't want to wait for 6mo to potentially get it.



