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

ASF subversion and git services commented on OFBIZ-12425:
---------------------------------------------------------

Commit b2623276ef89d1b83c56b5d2ba404bbb5bf3a846 in ofbiz-framework's branch 
refs/heads/trunk from Pierre Smits
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=b262327 ]

Fixed: Payment Applications shows wrong label translation (OFBIZ-12425) (#376)

See: 
https://demo-trunk.ofbiz.apache.org/accounting/control/editPaymentApplications?paymentId=8004
 compared to 
https://demo-stable.ofbiz.apache.org/accounting/control/editPaymentApplications?paymentId=8004
With changes committed under  
https://github.com/apache/ofbiz-framework/commit/4aa2d714328447787455abcd5887ca99bcbf1152
 the label used changed, see below
-                                <container><label style="h1" 
text="${uiLabelMap.AccountingPayment} 
${uiLabelMap.AccountingApplications}"/></container>
+                                <container><label style="h1" 
text="${uiLabelMap.AccountingPayment} 
${uiLabelMap.AccountingPaymentsApplications}"/></container>

giving the resulting change from 'Payment Applications' for the 
section/screenlet (as inline with the menu-item with translation 
'Applications') to 'Payment Payments'

modified: EditPaymentsApplications screen in PaymentScreens.xml
changed label combination for a more suitable label.

> Payment Applications shows wrong label translation
> --------------------------------------------------
>
>                 Key: OFBIZ-12425
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-12425
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: Trunk
>            Reporter: Pierre Smits
>            Assignee: Pierre Smits
>            Priority: Major
>              Labels: application, payment, translation, usability
>         Attachments: Screenshot 2021-12-01 at 15.04.47.png, Screenshot 
> 2021-12-01 at 15.06.36.png
>
>
> See: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/editPaymentApplications?paymentId=8004
>  compared to 
> https://demo-stable.ofbiz.apache.org/accounting/control/editPaymentApplications?paymentId=8004
> With changes committed under  
> [https://github.com/apache/ofbiz-framework/commit/4aa2d714328447787455abcd5887ca99bcbf1152]
>  the label used changed, see below
> {code:java}
> -                                <container><label style="h1" 
> text="${uiLabelMap.AccountingPayment} 
> ${uiLabelMap.AccountingApplications}"/></container>
> +                                <container><label style="h1" 
> text="${uiLabelMap.AccountingPayment} 
> ${uiLabelMap.AccountingPaymentsApplications}"/></container>
>  {code}
> giving the resulting change from 'Payment Applications' for the 
> section/screenlet (as inline with the menu-item with translation 
> 'Applications') to 'Payment Payments' 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to