[jira] Created: (OFBIZ-1099) Navigation bar is missing from Accounting / Transactions / Manual Electronic transactions

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

[jira] Created: (OFBIZ-1099) Navigation bar is missing from Accounting / Transactions / Manual Electronic transactions

Nicolas Malin (Jira)
Navigation bar is missing from Accounting / Transactions / Manual Electronic transactions
-----------------------------------------------------------------------------------------

                 Key: OFBIZ-1099
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1099
             Project: OFBiz
          Issue Type: Bug
          Components: accounting
    Affects Versions: SVN trunk
            Reporter: Wickersheimer Jeremy
            Priority: Trivial
         Attachments: ofbiz-1099.patch

The Transactions navigation bar is missing in the Screen  Accounting / Transactions / Manual Electronic transactions.

The screen is : accounting/widget/PaymentScreens.xml#ManualTransaction
The decorator used is :
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
But should be :
<decorator-screen name="GenericTransactionDecorator">

Moreover the tabButton field  is missing:
<set field="tabButtonItem" value="manualtransactiontab"/>

Patch is coming next.


--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-1099) Navigation bar is missing from Accounting / Transactions / Manual Electronic transactions

Nicolas Malin (Jira)

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

Wickersheimer Jeremy updated OFBIZ-1099:
----------------------------------------

    Attachment: ofbiz-1099.patch

Correct the screen as explained in the issue description.

> Navigation bar is missing from Accounting / Transactions / Manual Electronic transactions
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1099
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1099
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Wickersheimer Jeremy
>            Priority: Trivial
>         Attachments: ofbiz-1099.patch
>
>
> The Transactions navigation bar is missing in the Screen  Accounting / Transactions / Manual Electronic transactions.
> The screen is : accounting/widget/PaymentScreens.xml#ManualTransaction
> The decorator used is :
> <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
> But should be :
> <decorator-screen name="GenericTransactionDecorator">
> Moreover the tabButton field  is missing:
> <set field="tabButtonItem" value="manualtransactiontab"/>
> Patch is coming next.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Assigned: (OFBIZ-1099) Navigation bar is missing from Accounting / Transactions / Manual Electronic transactions

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

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

Adrian Crum reassigned OFBIZ-1099:
----------------------------------

    Assignee: Adrian Crum

> Navigation bar is missing from Accounting / Transactions / Manual Electronic transactions
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1099
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1099
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Wickersheimer Jeremy
>            Assignee: Adrian Crum
>            Priority: Trivial
>         Attachments: ofbiz-1099.patch
>
>
> The Transactions navigation bar is missing in the Screen  Accounting / Transactions / Manual Electronic transactions.
> The screen is : accounting/widget/PaymentScreens.xml#ManualTransaction
> The decorator used is :
> <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
> But should be :
> <decorator-screen name="GenericTransactionDecorator">
> Moreover the tabButton field  is missing:
> <set field="tabButtonItem" value="manualtransactiontab"/>
> Patch is coming next.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-1099) Navigation bar is missing from Accounting / Transactions / Manual Electronic transactions

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

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

Adrian Crum closed OFBIZ-1099.
------------------------------

    Resolution: Fixed

Manually applied patch, rev 551070. Thanks Jeremy.

In the future, please supply patches created against the latest SVN.


> Navigation bar is missing from Accounting / Transactions / Manual Electronic transactions
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1099
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1099
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Wickersheimer Jeremy
>            Assignee: Adrian Crum
>            Priority: Trivial
>         Attachments: ofbiz-1099.patch
>
>
> The Transactions navigation bar is missing in the Screen  Accounting / Transactions / Manual Electronic transactions.
> The screen is : accounting/widget/PaymentScreens.xml#ManualTransaction
> The decorator used is :
> <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
> But should be :
> <decorator-screen name="GenericTransactionDecorator">
> Moreover the tabButton field  is missing:
> <set field="tabButtonItem" value="manualtransactiontab"/>
> Patch is coming next.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-1099) Navigation bar is missing from Accounting / Transactions / Manual Electronic transactions

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

    [ https://issues.apache.org/jira/browse/OFBIZ-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508441 ]

Wickersheimer Jeremy commented on OFBIZ-1099:
---------------------------------------------

Hi,

Yes sorry, i used "patch" on my linux machine to apply it from stable.
It looks like it is more flexible that what you are using because i
could apply it without issue.
I had the same issue with another patch posted the same day, from that
i take the extra step of recreating the patch file from SVN.


> Navigation bar is missing from Accounting / Transactions / Manual Electronic transactions
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1099
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1099
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: SVN trunk
>            Reporter: Wickersheimer Jeremy
>            Assignee: Adrian Crum
>            Priority: Trivial
>         Attachments: ofbiz-1099.patch
>
>
> The Transactions navigation bar is missing in the Screen  Accounting / Transactions / Manual Electronic transactions.
> The screen is : accounting/widget/PaymentScreens.xml#ManualTransaction
> The decorator used is :
> <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
> But should be :
> <decorator-screen name="GenericTransactionDecorator">
> Moreover the tabButton field  is missing:
> <set field="tabButtonItem" value="manualtransactiontab"/>
> Patch is coming next.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.