You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Tom Burns (JIRA)" <ji...@apache.org> on 2012/10/09 15:37:02 UTC

[jira] [Reopened] (OFBIZ-5033) BIRT Interfearence With Context Help

     [ https://issues.apache.org/jira/browse/OFBIZ-5033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Burns reopened OFBIZ-5033:
------------------------------

    
> 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
>         Attachments: ofbiz-5033 birt component.patch
>
>
> 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