The routeDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/ce/partners/new is a redirect, not a standalone screen. It automatically redirects to /ce/partners?action=new.
Overview
Insrc/routes/ce.tsx, the path /ce/partners/new is configured as <Navigate to="/ce/partners?action=new" replace />. Visiting this URL immediately redirects to the Partners list page with the action=new query parameter. The Partners list page (PartnersPage) should handle this parameter to open a new partner creation flow.
Note: the full partner onboarding wizard is available at /ce/partners/onboard (requires ce.partners.create), which is distinct from this redirect target.
Who it’s for
No explicit permission gate on the redirect itself. The Partners list page has no explicit route-level permission gate ince.tsx.
Related
Community Engagement
Community Engagement core overview.
Governance & parity
Documentation coverage and governance.
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/ce.tsx