You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
camunda7:cockpitViews.settings() no longer takes zero arguments. Every builder in cockpitViews is now typed (params: ViewParams, ctx?: ViewContext) => LayoutConfig, so callers pass the route params plus, for the composed settings view, the host's widget ids: cockpitViews.settings(params, { widgetIds }). Called without the context it yields camunda7's own section alone.
Features
camunda7: assemble the settings page from the host widget registry (#251) (a4eda7e)