Upon install on Plone 4.3, Lineage messes up the ordering of viewlets in plone.portalheader.
Before install
plone.skip_links
plone.personal_bar
plone.app.i18n.locales.languageselector
plone.searchbox
plone.logo
plone.global_sections
After install
collective.lineage.switcher
plone.global_sections
plone.logo
plone.personal_bar
plone.searchbox
plone.app.i18n.locales.languageselector
plone.skip_links
Seems this might be related to lineage trying to add its viewlet after a viewlet that's no longer in that viewlet manager (eg plone.site_actions has moved), but seems like a Plone bug if that's the case.
Any thoughts?
Upon install on Plone 4.3, Lineage messes up the ordering of viewlets in plone.portalheader.
Before install
plone.skip_links
plone.personal_bar
plone.app.i18n.locales.languageselector
plone.searchbox
plone.logo
plone.global_sections
After install
collective.lineage.switcher
plone.global_sections
plone.logo
plone.personal_bar
plone.searchbox
plone.app.i18n.locales.languageselector
plone.skip_links
Seems this might be related to lineage trying to add its viewlet after a viewlet that's no longer in that viewlet manager (eg
plone.site_actionshas moved), but seems like a Plone bug if that's the case.Any thoughts?