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

Commit

Permalink
fix(ecc): made ECC page accessible for all users and took out ECC Adm…
Browse files Browse the repository at this point in the history
…in role mentions from liferay-portlet.xml and portlet.xml

closes #334
  • Loading branch information
alexbrdn committed Feb 14, 2017
1 parent c6f6942 commit d456e37
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 d456e37

Please sign in to comment.