Hi Babynus,
there is a comment field in table Activity, but never used (value is always NULL) -- it's even not in Activities template.
What's purpose? How is it implemented and where? If not used yet, it would be nice to have it in template for usage.
Klaus
Comment field was used in very first versions of Project'Or RIA (much before V1.0).
This field has been removed from GUI when "notes" functionality was implemented, because usage was notvery different, but field has never been removed from table definition.
You can easily use it : add
public $comment;
in the fields list in /model/Activity.php, just at the place you wosh to have it displayed.
That's all : it's magic !
Great - indeed, it's magic!
Shouldn't we move this to tips & tricks?
---
What happens on an version upgrade? Do I have to trace manually?
Btw. never would miss the great note feature. Comment will be only used for small task handover hints or backlog tasks reminder.