We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da9b1b commit 2346a72Copy full SHA for 2346a72
1 file changed
apps/webapp/app/routes/_app.orgs.$organizationSlug.invite/route.tsx
@@ -116,7 +116,7 @@ const NO_RBAC_ROLE = "__no_rbac_role__";
116
// first), so array index drives the ladder — earlier index = higher
117
// rank. Plan-tier filtering happens separately via assignableRoleIds;
118
// 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).
+// ladder yet, so they're refused for now.
120
type LadderRole = { id: string };
121
122
function buildRoleLevel(roles: ReadonlyArray<LadderRole>): Record<string, number> {
0 commit comments