Issues with localized labels after recent refactoring

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

Issues with localized labels after recent refactoring

Jacopo Cappellato-3
Hi all,

I still see some problems affecting the way localized labels are  
rendered after the recent refactoring.
The problem is that, if the label is missing, the framework should  
always return the label id, so that it is rendered on the screen.
Right now this is not true (at least for the labels in screen widgets  
and menu widgets); for an example have a look at this screen:

https://localhost:8443/accounting/control/GlAccountNrPaymentMethod?organizationPartyId=Company

You will notice that thetitles for the two screenlets are empty and  
that there is also an empty menu item.

Any idea of how we could fix this?

Cheers,
Jacopo

Reply | Threaded
Open this post in threaded view
|

Re: Issues with localized labels after recent refactoring

Adrian Crum
Fixed, rev 643951.


Jacopo Cappellato wrote:

> Hi all,
>
> I still see some problems affecting the way localized labels are
> rendered after the recent refactoring.
> The problem is that, if the label is missing, the framework should
> always return the label id, so that it is rendered on the screen.
> Right now this is not true (at least for the labels in screen widgets
> and menu widgets); for an example have a look at this screen:
>
> https://localhost:8443/accounting/control/GlAccountNrPaymentMethod?organizationPartyId=Company 
>
>
> You will notice that thetitles for the two screenlets are empty and that
> there is also an empty menu item.
>
> Any idea of how we could fix this?
>
> Cheers,
> Jacopo
>
>