/[Apache-SVN]
ViewVC logotype

Revision 1396105


Jump to revision: Previous Next
Author: jleroux
Date: Tue Oct 9 16:53:07 2012 UTC (11 years, 6 months ago)
Changed paths: 1
Log Message:
A patch from Tom Burns "BIRT interferes with Context Help" https://issues.apache.org/jira/browse/OFBIZ-5033

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"/>


Changed paths

Path Details
Directoryofbiz/trunk/applications/content/ofbiz-component.xml modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26