You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2020/05/14 12:13:10 UTC

[ofbiz-plugins] branch trunk updated: Fixed: Application 'ismgr' doesn't show up

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 0712402  Fixed: Application 'ismgr' doesn't show up
0712402 is described below

commit 071240205f28124378cf23dc5e400c8c62643363
Author: Pierre Smits <pi...@orrtiz.com>
AuthorDate: Thu May 14 10:58:10 2020 +0200

    Fixed: Application 'ismgr' doesn't show up
    
    (OFBIZ-11704)
    
    fixed: app-bar-display (from 'false' to 'true'
    added: OFBTOOLS to base-permission
---
 assetmaint/ofbiz-component.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/assetmaint/ofbiz-component.xml b/assetmaint/ofbiz-component.xml
index f2586eb..8060f1a 100644
--- a/assetmaint/ofbiz-component.xml
+++ b/assetmaint/ofbiz-component.xml
@@ -43,16 +43,16 @@
         title="AssetMaint"
         server="default-server"
         location="webapp/assetmaint"
-        base-permission="ASSETMAINT"
+        base-permission="OFBTOOLS,ASSETMAINT"
         mount-point="/assetmaint"
         app-bar-display="true"/>
 
     <webapp name="ismgr"
         title="IS Mgr"
         server="default-server"
-        app-bar-display="false"
         location="webapp/ismgr"
-        base-permission="ASSETMAINT"
-        mount-point="/ismgr"/>
+        base-permission="OFBTOOLS,ASSETMAINT"
+        mount-point="/ismgr"
+        app-bar-display="true"/>
 
 </ofbiz-component>