You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2016/01/16 11:05:42 UTC

svn commit: r1724947 - in /ofbiz/branches/release15.12: ./ framework/common/data/CommonSecurityPermissionSeedData.xml

Author: deepak
Date: Sat Jan 16 10:05:41 2016
New Revision: 1724947

URL: http://svn.apache.org/viewvc?rev=1724947&view=rev
Log:
Applied fix from trunk for revision: 1724946 
===

(OFBIZ-6400) Applied slightly modified patch from jira issue OFBIZ-6400
============================================================
Fix permissions at specialpurpose/myportal/widget/PortalAdmScreens.xml
============================================================

Also added some missing permission to SUPER user group.
Thanks Christian Carlow for reporting the issue and Aditi or providing the patch.

Modified:
    ofbiz/branches/release15.12/   (props changed)
    ofbiz/branches/release15.12/framework/common/data/CommonSecurityPermissionSeedData.xml

Propchange: ofbiz/branches/release15.12/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Jan 16 10:05:41 2016
@@ -9,4 +9,4 @@
 /ofbiz/branches/json-integration-refactoring:1634077-1635900
 /ofbiz/branches/multitenant20100310:921280-927264
 /ofbiz/branches/release13.07:1547657
-/ofbiz/trunk:1722712,1724402,1724411,1724566,1724689,1724763,1724916,1724918,1724925,1724930,1724940,1724943
+/ofbiz/trunk:1722712,1724402,1724411,1724566,1724689,1724763,1724916,1724918,1724925,1724930,1724940,1724943,1724946

Modified: ofbiz/branches/release15.12/framework/common/data/CommonSecurityPermissionSeedData.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release15.12/framework/common/data/CommonSecurityPermissionSeedData.xml?rev=1724947&r1=1724946&r2=1724947&view=diff
==============================================================================
--- ofbiz/branches/release15.12/framework/common/data/CommonSecurityPermissionSeedData.xml (original)
+++ ofbiz/branches/release15.12/framework/common/data/CommonSecurityPermissionSeedData.xml Sat Jan 16 10:05:41 2016
@@ -39,5 +39,9 @@
     
     <!-- exception for SUPER user and group shoul be loaded as seed-->
     <SecurityGroupPermission groupId="SUPER" permissionId="COMMON_ADMIN"/>
+    <SecurityGroupPermission groupId="SUPER" permissionId="PORTALPAGE_ADMIN"/>
+    <SecurityGroupPermission groupId="SUPER" permissionId="VISUALTHEME_ADMIN"/>
+    <SecurityGroupPermission groupId="SUPER" permissionId="USERPREF_ADMIN"/>
+    <SecurityGroupPermission groupId="SUPER" permissionId="TEMPEXPR_ADMIN"/>
     
 </entity-engine-xml>