Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-dev] plugin renaming and reorg

I did some minor plugin reorg in [1].
This changes the default plugins that should be loaded.
The symptom of having the old/wrong plugins loaded would be:
1) no main nav links in your banner (Navigator, Sites, Repositories, etc...)
2) load timeouts on a plugin called "landingPageTasks.html"

To fix these sympoms:
You will need to localStorage.clear() to clear the preference of the list of default plugins. Then reload your pages. The way to make sure you are running the correct stuff is to check your plugin list and ensure you have:
landingPageTasksPlugin.html (not landingPageTasks.html)
pageLinksPlugin.html

For those who aren't self hosting, you will probably need to go through this on the next deployed build.

susan

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=369999


Back to the top