cancel
Showing results for 
Search instead for 
Did you mean: 

Extension of My Inbox Fiori App: Master Page's Header and Footer Buttons are disabled

0 Kudos

Hello Everyone,

I am working on extension of My Inbox app but I see that the header search bar, multiselectbutton and footer buttons are disabled in the master page,

I have tried doing some changes overriding the getHeaderFooterOptions() method from the standard master controller but I cannot really say as to what method is disabling the header footer options of the master page, is it something which I have to change the workflow from the backend as I have been debugging the UI code but could not figure out the method to enable those buttons.

can you please help me out to figure out the issue.

headerfooter.png

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

The issue was with one of the oData services from the manifest file were failing, and somehow the master page's header and footer buttons were disabled, I don't really know the specific reason as to why this caused the buttons to be disabled.