svn commit: r1663983 - /ofbiz/trunk/specialpurpose/birt/ofbiz-component.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1663983 - /ofbiz/trunk/specialpurpose/birt/ofbiz-component.xml

jleroux@apache.org
Author: jleroux
Date: Wed Mar  4 13:17:09 2015
New Revision: 1663983

URL: http://svn.apache.org/r1663983
Log:
A patch from Pierre Smits for "Have BIRT reporting component visible in secondary app menu" https://issues.apache.org/jira/browse/OFBIZ-6122

Currently the birt reporting component is not visible in the main menu of OFBiz, thereby hindering the adoption

Modified:
    ofbiz/trunk/specialpurpose/birt/ofbiz-component.xml

Modified: ofbiz/trunk/specialpurpose/birt/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/birt/ofbiz-component.xml?rev=1663983&r1=1663982&r2=1663983&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/birt/ofbiz-component.xml (original)
+++ ofbiz/trunk/specialpurpose/birt/ofbiz-component.xml Wed Mar  4 13:17:09 2015
@@ -30,33 +30,34 @@ under the License.
     <service-resource type="model" loader="main" location="servicedef/services.xml"/>
   
     <webapp name="accounting"
-            title="Accounting"
-            server="default-server"
-            location="webapp/accounting"
-            base-permission="OFBTOOLS,ACCOUNTING"
-            mount-point="/accounting"/>
+        title="Accounting"
+        server="default-server"
+        location="webapp/accounting"
+        base-permission="OFBTOOLS,ACCOUNTING"
+        mount-point="/accounting"/>
     <webapp name="facility"
-            title="Facility"
-            description="FacilityComponentDescription"
-            server="default-server"
-            location="webapp/facility"
-            base-permission="OFBTOOLS,FACILITY"
-            mount-point="/facility"/>
+        title="Facility"
+        description="FacilityComponentDescription"
+        server="default-server"
+        location="webapp/facility"
+        base-permission="OFBTOOLS,FACILITY"
+        mount-point="/facility"/>
     <webapp name="order"
-            title="Order"
-            description="OrderComponentDescription"
-            server="default-server"
-            location="webapp/ordermgr"
-            base-permission="OFBTOOLS,ORDERMGR"
-            mount-point="/ordermgr"/>
+        title="Order"
+        description="OrderComponentDescription"
+        server="default-server"
+        location="webapp/ordermgr"
+        base-permission="OFBTOOLS,ORDERMGR"
+        mount-point="/ordermgr"/>
 
     <webapp name="birt"
-            title="BIRT"
-            server="default-server"
-            location="webapp/birt"
-            base-permission="OFBTOOLS,WEBTOOLS"
-            mount-point="/birt"
-            app-bar-display="false"/>
+        title="BIRT"
+        server="default-server"
+        location="webapp/birt"
+        base-permission="OFBTOOLS,WEBTOOLS"
+        mount-point="/birt"
+        menu-name="secondary"
+        app-bar-display="true"/>
 
     <container name="birt-container" loaders="main" class="org.ofbiz.birt.container.BirtContainer"/>