rainhard
on Mar 16. 2007. 12:45 pm
I don't know if I am missing something, but how can I find out, who is the author of a task which was assigned to me?
thanks,
rainhard
Staff
Ilija Studen
on Mar 16. 2007. 2:36 pm
That information is available only in database (and in application log, but after it gets off Recent activities list you still need to dig through database to find it). Open project_tasks table, find specific task and look at value of created_by_id field. That is the ID of record in users table that you should look for in order to see who created the task.
How familiar are you with databases? Do you need more instructions?
activeCollab Team Member
rainhard
on Mar 23. 2007. 12:23 pm
Thanks Ilija, I could find the information in the database now.
Problem is, that my coworkers sometimes would like to know, who "dared" to assign a task to them ;)
Will this be possible in 1.0?