Skip to content

Commit

Permalink
Bug fix. The workeffort group WORKEFFORT_USER was not associated with…
Browse files Browse the repository at this point in the history
… WORKEFFORTMGR_VIEW so if you assign this group to any user then you can see or login into workeffort application. This is similar pattern that exists in accounting, partymgr & accounting component.

Thanks Amit.

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1042950 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ashishvijaywargiya committed Dec 7, 2010
1 parent 3cec192 commit ca5491a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions applications/workeffort/data/WorkEffortSecurityData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ under the License.
<SecurityGroupPermission groupId="BIZADMIN" permissionId="WORKEFFORTMGR_ADMIN"/>

<SecurityGroup groupId="WORKEFFORT_USER" description="WorkEffort user group; all limited workeffort permissions."/>
<SecurityGroupPermission groupId="WORKEFFORT_USER" permissionId="WORKEFFORTMGR_VIEW"/>
<SecurityGroupPermission groupId="WORKEFFORT_USER" permissionId="WORKEFFORTMGR_ROLE_VIEW"/>
<SecurityGroupPermission groupId="WORKEFFORT_USER" permissionId="WORKEFFORTMGR_ROLE_CREATE"/>
<SecurityGroupPermission groupId="WORKEFFORT_USER" permissionId="WORKEFFORTMGR_ROLE_UPDATE"/>
<SecurityGroupPermission groupId="WORKEFFORT_USER" permissionId="WORKEFFORTMGR_ROLE_DELETE"/>
<SecurityGroupPermission groupId="WORKEFFORT_USER" permissionId="OFBTOOLS_VIEW"/>

</entity-engine-xml>

0 comments on commit ca5491a

Please sign in to comment.