This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/release18.12 by this push:
new 9d8a41d3e Fixed: AssetMaint not accessible by user with 'VIEW'
permission (OFBIZ-12485) (#71)
9d8a41d3e is described below
commit 9d8a41d3e89232659690f93bf3d1fd7f04163173
Author: Pierre Smits <[email protected]>
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>