avatar tapastwain Pro Jun 30. 2009. 5:41 am
If I have assigned projects to my own company they will get an id in the database acx_projects table.
But if I want to see all intern projects at projects overview (grouped by client, public/index.php/projects?group_by=client) i cant see my own company nor any project at the "intern projects" link.

My solution:
I changed one line in Projects.class (application/modules/system/models/projects/Projects.class)
So line 285 reads:
$company_id = $company->getId();

My AC Version is 2.1

And my questions:
1. Is my workflow wrong, can I do something without modify the core?
2. If it is a bug, is there a chance this line gets a place in the next update?
avatar Ilija Studen Staff Jun 30. 2009. 5:46 am
This problem was covered in one of the previous bug fix releases so we recommend that you upgrade to the latest version (activeCollab 2.1.2).