TACTIC Open Source
You are not permitted to view any projects - Printable Version

+- TACTIC Open Source (http://forum.southpawtech.com)
+-- Forum: TACTIC Open Source (http://forum.southpawtech.com/forumdisplay.php?fid=3)
+--- Forum: TACTIC Discussion (http://forum.southpawtech.com/forumdisplay.php?fid=4)
+--- Thread: You are not permitted to view any projects (/showthread.php?tid=49)



You are not permitted to view any projects - dankitchen - 12-10-2019

I started a new project and trying to create a user and administrator group for a user that will have high-level access.  I was able to create an administrator group and assign it to my project which does allow the user to login and navigate to the project url but, on the actual projects home screen it is still saying "You are not permitted to view any projects".  I thought maybe I needed to check on "all projects" in the project's security tab but it doesn't appear to be allowing me to check that box.

Do I maybe need to add a security rule into the XML manually?

thanks!
-Dan


RE: You are not permitted to view any projects - listy - 12-10-2019

Did you assigned users to this group You created?
Can you post your xml with rules for group You have created?


RE: You are not permitted to view any projects - dankitchen - 12-10-2019

Hey Listy,

The user does belong to the group as they can access the project, it just seems to be the project homescreen that is not allowing the user to see the project to click into it. The current xml is:

<rules>
<rule group="project" code="*" access="allow"/>
<rule group="project" code="linborough_dev" access="allow"/>
</rules>

I tried adding the first line to allow for all projects, not sure if that is the correct syntax?
Please let me know if there is any other info I can provide
thanks
-Dan


RE: You are not permitted to view any projects - listy - 12-12-2019

With this rule:
<rules>
<rule group="project" code="*" access="allow"/>
</rules>

Users already can see all available projects. Double check if you properly added and assigned groups if not it is looks like a bug.


RE: You are not permitted to view any projects - dankitchen - 12-16-2019

So in a hunch, I changed my group name from "admins" to "manager" and it started working. Not sure if it was the "admins" name or just by changing the name it synced up something that was off.