Question about titleProperty

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

Question about titleProperty

Imac
Hi everyone,

I’m working on a theme for the backend and am using ${StringUtil.wrapString(uiLabelMap[titleProperty?if_exists])} to get the name of the screen I’m on. However, it works on only about half of the apps, hence the need for the ?if_exists.

Could someone shed a little light on why this is? Would this be something that needs a jira?

Regards,

Ed

Reply | Threaded
Open this post in threaded view
|

Re: Question about titleProperty

Jacques Le Roux
Administrator
I guess "some" screens have not the titleProperty set. You could create a Jira and even better fill the holes with a patch ;)

Jacques

Le 09/02/2016 15:03, imac a écrit :

> Hi everyone,
>
> I’m working on a theme for the backend and am using ${StringUtil.wrapString(uiLabelMap[titleProperty?if_exists])} to get the name of the screen I’m on. However, it works on only about half of the apps, hence the need for the ?if_exists.
>
> Could someone shed a little light on why this is? Would this be something that needs a jira?
>
> Regards,
>
> Ed
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Question about titleProperty

Imac
Hi Jacques,

I would be happy to fill in the holes although I have looked through the uiLabels and haven’t been able to find it.

Regards,

Ed




On 13/02/16 00:10, "Jacques Le Roux" <[hidden email]> wrote:

>I guess "some" screens have not the titleProperty set. You could create a Jira and even better fill the holes with a patch ;)
>
>Jacques
>
>Le 09/02/2016 15:03, imac a écrit :
>> Hi everyone,
>>
>> I’m working on a theme for the backend and am using ${StringUtil.wrapString(uiLabelMap[titleProperty?if_exists])} to get the name of the screen I’m on. However, it works on only about half of the apps, hence the need for the ?if_exists.
>>
>> Could someone shed a little light on why this is? Would this be something that needs a jira?
>>
>> Regards,
>>
>> Ed
>>
>>