cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori List Report Template - Application title defaults to "List Report"

0 Kudos

Hello Everyone,

I am working on FIORI elements List report template to generate the applications. Everything works fine with the generated application, except the application title.

Every time when the application is opened, the title sets as "List Report". We have title maintained the original title in i18n properties, but the title is getting replaced with "List Report".

Please help with your inputs.

Thanks,

Sreedhar

junwu
Active Contributor
0 Kudos

show us the code that you think should determine the title....

0 Kudos

Hi Jun,

I am using standard generated app without any customizing.

App title should ideally get determined by settings maintained in manifest.json. I am attaching the screenshot of manifest and i18n

View Entire Topic
0 Kudos

in your script, write your value in following format

{i18n>appTitle}
0 Kudos

Thanks Hamid,

Unfortunately, this is not working.