Skip to content

Installing Lineage on Plone 4.3 messes up header viewlet ordering #17

@davidjb

Description

@davidjb

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions