Hello Users, I am facing issue in project manager application, I did following:
1. Created a userLogin with PROJECTADMIN security group. 2. This user should be having all the permissions for project manager.3. Not getting option to create a new project in https://localhost:8443/projectmgr/control/FindProject .
I tried this by using admin profile and worked well so tried it again by assigning FULLADMIN to the newly created user login but it didn't work.
I tried to clear this out from the code in specialpurpose/projectmgr/ widget/Menus.xml which is behaving differently for these but couldn't get success.
<set field="hasUpdatePermission" value="${bsh:
result =
dispatcher.runSync("projectMgrPermission",
org.ofbiz.base.util.UtilMisc.toMap("userLogin",
parameters.get("userLogin"),
"resourceDescription", "Project",
"mainAction", "UPDATE",
"projectId", projectId));
return result.get("hasPermission"); }"
type="Boolean"/>
Thanks in advance for any help. Thanks & Regards -- Pranay Pandey
smime.p7s
Description: S/MIME cryptographic signature
