Tom Burns created OFBIZ-5033:
--------------------------------

             Summary: BIRT Interfearence With Context Help
                 Key: OFBIZ-5033
                 URL: https://issues.apache.org/jira/browse/OFBIZ-5033
             Project: OFBiz
          Issue Type: Bug
          Components: accounting, order
    Affects Versions: SVN trunk
         Environment: demo-stable
            Reporter: Tom Burns
            Priority: Minor


To reproduce:
In the Accounting,Facility, or Order component.
Click the Help icon
Expected:
Help window opens for the active component
Actual:
Help window opens for BIRT

The following, added in Rev. 1361130 to BIRT ofbiz-component.xml, appears to be 
causing the problem. The problem goes away if BIRT is not loaded.

<webapp name="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"/>
    <webapp name="order"
            title="Order"
            description="OrderComponentDescription"
            server="default-server"
            location="webapp/ordermgr"
            base-permission="OFBTOOLS,ORDERMGR"
            mount-point="/ordermgr"/>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to