Skip to Content
0
Former Member
Oct 31, 2016 at 04:09 AM

Loading sequence of Shell Plugin in HCP Portal Site

180 Views Last edit Oct 31, 2016 at 04:10 AM 2 rev

Hi,

I have developed a simple shell plugin for my HCP Portal site. My assumption was that the component.js file for the shell plugin is loaded before any application's component but in my case, its just the opposite. I tried to debug and the break point is hitting the application's init function before the shell plugin.

This messes up all my busy Dialogs.

Is there a way I can load my shellplugin app before any other container apps.