Skip to content

URL canonicalization fails for persistent components #545

@tomaswindsor

Description

@tomaswindsor

Default values of persistent parameters of persistent components are only considered for components that were created in startup method of the presenter (or before). Lazily created components (or those created in action or render methods) are ignored. This causes canonicalization of URLs containing parameters of non-startup created components to fail.

General workaround is to call method saveGlobalState (which instantiates all persistent components) from startup.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions