Skip to content

Commit 2346a72

Browse files
committed
docs(webapp): drop tracker reference from invite role comment
1 parent 9da9b1b commit 2346a72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/webapp/app/routes/_app.orgs.$organizationSlug.invite

apps/webapp/app/routes/_app.orgs.$organizationSlug.invite/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const NO_RBAC_ROLE = "__no_rbac_role__";
116116
// first), so array index drives the ladder — earlier index = higher
117117
// rank. Plan-tier filtering happens separately via assignableRoleIds;
118118
// the ladder is the absolute hierarchy. Custom roles aren't in the
119-
// table and are refused (TRI-8747's follow-up will handle them).
119+
// ladder yet, so they're refused for now.
120120
type LadderRole = { id: string };
121121

122122
function buildRoleLevel(roles: ReadonlyArray<LadderRole>): Record<string, number> {

0 commit comments

Comments
 (0)