Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

Project manager can...
 
Notifications
Clear all

Project manager canot see all the sub project which he is affected to

4 Posts
2 Users
0 Reactions
4,844 Views
(@aurelle)
Posts: 2
New Member
Topic starter
 
[#228]

Hi,

I affect project manager only to some sub project. But on the Today page, they can not see all the sub-project they are affected to.

For example, let's say I have two project : project1 and project2, and I create several sub project : project1.1, project1.2, project2.1.
When I affect a project manager to the sub project of the project 1, so project1.1 and project 1.2 (and not to project1), they can see those project on the today page. But, if I affect them also to the sub project project2.1, they don't see the project 2.1 on the today page.
If I remove the affectation to sub project project1.1 and project 1.2, they can see the sub project 2.1.

I don't know if I make myself clear.

We don't want to affect all the people on the top project, because we don't want some project manager to see all the sub project.

It only affect the today page. If the project manager go to the Activities section, they can see all the activities of all the sub project they are affected to.

We notice this issue on version 1.7.2, and I also try on v1.8.3.

Thanks,
Aurelle


 
Posted : 10 Nov 2011 12H40
babynus
(@babynus)
Posts: 14953
Main Contributor Admin
 

Hi,
Anomaly is registered in Track Database as Ticket #471.

Regards.


 
Posted : 10 Nov 2011 16H10
babynus
(@babynus)
Posts: 14953
Main Contributor Admin
 

Hi,
Iissue is fixed and will be deployed in V1.9.0.

To correct it witout waiting, in /model/User.php, replace :

  public function getHierarchicalViewOfVisibleProjects($projId='*') {
  	if ($this->_hierarchicalViewOfVisibleProjects) {

with

  public function getHierarchicalViewOfVisibleProjects($projId='*') {
  	if ($this->_hierarchicalViewOfVisibleProjects and $projId=='*') {

Regards.


 
Posted : 12 Nov 2011 14H07
(@aurelle)
Posts: 2
New Member
Topic starter
 

Hi,

It works fine,

Thank you.


 
Posted : 16 Nov 2011 12H11
Share:

Scroll to Top