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(&quot;projectMgrPermission&quot;, org.ofbiz.base.util.UtilMisc.toMap(&quot;userLogin&quot;, parameters.get(&quot;userLogin&quot;),
                &quot;resourceDescription&quot;, &quot;Project&quot;,
                &quot;mainAction&quot;, &quot;UPDATE&quot;,
                &quot;projectId&quot;, projectId));
return result.get(&quot;hasPermission&quot;); }" type="Boolean"/>

Thanks in advance for any help.


Thanks & Regards
--
Pranay Pandey

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to