cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori app.identity in browser menu tab

Former Member
0 Kudos

Hello,

Ive create an extension of the Fiori leave request application.

Everything is working well except for when the app is launched.

While the Fiori flower is loading for my app I see app.identity:

I also see this in the browsers menu bar.

Could you please let me know where I get this changed?

Regards

Jared

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Solved by implementing i18n extension into the app from WebIDE.

anasabdulla
Participant
0 Kudos

Hi Experts,

I am facing the same issue. We don't have WebIDE. We are using Eclipse which has no option of Extension. Can you please suggest?

Thanks,

Anas Abdulla

anasabdulla
Participant
0 Kudos

Hi,

Solved by Adding i18n folder in Webcontent.

Thanks,

Anas Abdulla

Answers (1)

Answers (1)

joaquin_fornas
Active Contributor
0 Kudos

Hello

From what I see in other apps, in the index.html page, you should have a tab like <title></title>.

Try to add it and let me know what happens.

Regards

Joaquin

Former Member
0 Kudos

Thanks for the reply Joaquin.

In my extension app I have 2 html pages. index.html and localindex.html.

Both have title tags:

<title>HCM_LRQ_CREExtension</title>

<title>Extension Project in UShell Sandbox</title>

I dont see any of these names in the app.

I tried changing them in WebIDE but it didnt change anything when running the app.