10000 cleanup frontend template routing · Issue #14068 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content
cleanup frontend template routing #14068
Closed
@aslilac

Description

@aslilac

go do a search for

// TODO: skip org name if we're not licensed

and then do what it says :)

basically, check

const { multiple_organizations: organizationsEnabled } = useFeatureVisibility();

and then if organizationsEnabled is true, use the /template/:organization/:template route, and if it's false use the /template/:template route.

Metadata

Metadata

Assignees

Labels

good first issueEasily solved issues suitable for starters and community contributorssiteArea: frontend dashboard

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0