Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

Commit

Permalink
Merge pull request #338 from sw360/fix/eccDeployment#334
Browse files Browse the repository at this point in the history
Fix ECC Admin Deployment
review-by:[email protected]
tested-by:[email protected]
  • Loading branch information
mcjaeger authored Feb 14, 2017
2 parents c6f6942 + d456e37 commit 9639464
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Binary file modified frontend/configuration/PrivatePages.lar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,4 @@
<role-name>user</role-name>
<role-link>User</role-link>
</role-mapper>
<role-mapper>
<role-name>ecc-admin</role-name>
<role-link>ECC Admin</role-link>
</role-mapper>
</liferay-portlet-app>
5 changes: 4 additions & 1 deletion frontend/sw360-portlet/src/main/webapp/WEB-INF/portlet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,10 @@
<role-name>administrator</role-name>
</security-role-ref>
<security-role-ref>
<role-name>ecc-admin</role-name>
<role-name>power-user</role-name>
</security-role-ref>
<security-role-ref>
<role-name>user</role-name>
</security-role-ref>
</portlet>
</portlet-app>

0 comments on commit 9639464

Please sign in to comment.