This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release22.01
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/release22.01 by this push:
     new 60f266444 Fixed: AssetMaint not accessible by user with 'VIEW' 
permission (OFBIZ-12485) (#71)
60f266444 is described below

commit 60f266444115e5278ffd3542e2a994856ac3734f
Author: Pierre Smits <pierre.sm...@gmail.com>
AuthorDate: Thu May 12 20:02:13 2022 +0200

    Fixed: AssetMaint not accessible by user with 'VIEW' permission 
(OFBIZ-12485) (#71)
    
    Currently the AssetMaint application is not accessible by a user with the 
VIEW permission, as demonstrated with userLoginId = 'auditor'.
    
    Modfied: AssetMaintSecurityGroupDemoData.xml: added SecurityGroupPermission 
record
---
 assetmaint/data/AssetMaintSecurityGroupDemoData.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/assetmaint/data/AssetMaintSecurityGroupDemoData.xml 
b/assetmaint/data/AssetMaintSecurityGroupDemoData.xml
index 25557eca4..302bd9f3f 100644
--- a/assetmaint/data/AssetMaintSecurityGroupDemoData.xml
+++ b/assetmaint/data/AssetMaintSecurityGroupDemoData.xml
@@ -28,4 +28,5 @@ under the License.
     <SecurityGroupPermission fromDate="2001-05-13 12:00:00.0" 
groupId="ASSETMAINTTECH" permissionId="ASSETMAINT_UPDATE"/>
 
     <SecurityGroupPermission fromDate="2001-05-13 12:00:00.0" 
groupId="FULLADMIN" permissionId="ASSETMAINT_ADMIN"/>
+    <SecurityGroupPermission fromDate="2001-01-01 00:00:00.0" 
groupId="VIEWADMIN" permissionId="ASSETMAINT_VIEW"/>
 </entity-engine-xml>

Reply via email to