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
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?
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.
Ryan Cross
on Feb 28. 2007. 5: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.



