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

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

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

Nicolas Malin (Jira)
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 | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)

     [ 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
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Tom Burns updated OFBIZ-5033:
-----------------------------

    Attachment: ofbiz-5033 birt component.patch

This patch stops the BIRT component from blocking context sensitive help for the Accounting, Facility and Order components.
               

> 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
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Jacques Le Roux closed OFBIZ-5033.
----------------------------------

       Resolution: Fixed
    Fix Version/s: Release Branch 12.04
                   SVN trunk
                   Release Branch 11.04
         Assignee: Jacques Le Roux

Thanks Tom,

Your patch is in
trunk r1396105  
R12.04 r1396106
R11.04 r1396128

R10.04 is not concerned

               

> 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
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: Release Branch 11.04, SVN trunk, Release Branch 12.04
>
>         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