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.
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
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.
Hi,
All profiles are this issue.
But this issue is not on all projects.
What project parameters can impact this screen ?
Best regards
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.
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
Hi,
Which version of Project'OR RIA are you running ?
hi,
3.2.2
HI,
Version 3.2.2
Best regard
Hi,
Any news ?
This problem is very serious for us.
Tank you for your help
Best regard
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.
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 ?
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
Hi,
It seems to work correctly now.
Thnaks you for your help.
Best regard
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....
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