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?
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?