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.

bug with screen Rea...
 
Notifications
Clear all

bug with screen Real Work Allocation same as ticket 971

15 Posts
3 Users
0 Reactions
15 K Views
(@laudoin)
Posts: 16
Active Member
Topic starter
 
[#1046]

Hi,

I have just installed the last version 3.2.2 and I have the same problem explain in the ticket 971.

Its very difficult to works with this problem.

Thanks you


 
Posted : 26 Mar 2013 3H04
(@babynus)
Posts: 14952
Member Admin
 

Is it exactly the same issue, for Admin profile ?

Other profiles may not see top projects if they are not affected to : it is a security schedule.


 
Posted : 26 Mar 2013 10H24
(@laudoin)
Posts: 16
Active Member
Topic starter
 

Hi,

All profiles are this issue.

But this issue is not on all projects.

What project parameters can impact this screen ?

Best regards


 
Posted : 26 Mar 2013 11H33
(@babynus)
Posts: 14952
Member Admin
 

What impact this screen is Project Affectation :
- users who don't have visibility to "all projects" will only see projects they are affected to.

For instance, if you have projects hiérarchy :
=> P1
=> => P1.1
=> => P1.2
=> P2

If resource such as team member is affected to project P1.1, he will not see P1, nor P1.2, nor P2 : it is a security constraint.


 
Posted : 26 Mar 2013 13H45
(@laudoin)
Posts: 16
Active Member
Topic starter
 

Hi,

I try to explain the problem in the attach file.

I check the affection on the project and the problem is not here.

Best regards


 
Posted : 01 Apr 2013 12H07
(@babynus)
Posts: 14952
Member Admin
 

Hi,

Which version of Project'OR RIA are you running ?


 
Posted : 01 Apr 2013 20H59
(@laudoin)
Posts: 16
Active Member
Topic starter
 

hi,

3.2.2


 
Posted : 01 Apr 2013 21H09
(@laudoin)
Posts: 16
Active Member
Topic starter
 

HI,

Version 3.2.2

Best regard


 
Posted : 02 Apr 2013 11H31
(@laudoin)
Posts: 16
Active Member
Topic starter
 

Hi,

Any news ?

This problem is very serious for us.

Tank you for your help

Best regard


 
Posted : 04 Apr 2013 23H46
Iaurkano
(@iaurkano)
Posts: 104
Active Member
 

hi i meet the same problem in version 3.2.2

it's not dependent of the user right's.
but it depends if the upper list box "project", is on "all projects" or on a specific one, whatever the position of the selected projet in the project hierarchy.

if this list box is on "all project" all works fine, if a project is selected the name of the project disappear in the "real work allocation" screen and we can see only the activity name. very difficult in this case to perform correct allocation for the same activity on different project ! 😉

To view this problem, you must change the week, after selecting a project in the list box.

Babynus thank's in advance.


 
Posted : 05 Apr 2013 18H08
(@babynus)
Posts: 14952
Member Admin
 

Hi,

Thanks for these detailed explanations.

Thanks to it, I think I managed to reproduce the case.
Could you check my tests case :
on http://test.projectorria.org/
login : member2/member2

On real work allocation :
- no project selected : "project one" and "project one development" are displayed
- if "project one development" is selected : no project is displayed

Is it the issue you're facing ?


 
Posted : 05 Apr 2013 22H37
(@babynus)
Posts: 14952
Member Admin
 

I think I found the issue.

Could you try fixing : replace in /model/ImputationLine.php, in function getParent() , line 289 :

		//$visibleProjectList=$user->getVisibleProjects();
		$visibleProjectList=explode(', ', getVisibleProjectsList());

with

		$visibleProjectList=$user->getVisibleProjects();
		//$visibleProjectList=explode(', ', getVisibleProjectsList());

This fix will be deployed on V3.3


 
Posted : 06 Apr 2013 15H44
(@laudoin)
Posts: 16
Active Member
Topic starter
 

Hi,

It seems to work correctly now.

Thnaks you for your help.

Best regard


 
Posted : 07 Apr 2013 16H45
Iaurkano
(@iaurkano)
Posts: 104
Active Member
 

Ok i try your server and : Yes this is the problem.

I m going to try your solution and go back here.

thank's babynus....


 
Posted : 08 Apr 2013 10H36
Iaurkano
(@iaurkano)
Posts: 104
Active Member
 

With your modification it's working.

i see the project name even if a project is selected in the list box.

I knew you was the best 😛 !

thank's


 
Posted : 08 Apr 2013 10H45
Share:

Scroll to Top