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
Workspace owners can already invite members (#3) but cannot change a member's role after invitation. RBAC is enforced backend-side but the UI is read-only.
Acceptance criteria
Members table in Workspace Settings shows current role with inline edit (owner-only)
Role change action: confirm dialog explaining the permission impact
Backend: PATCH /workspaces/{id}/members/{userID} with role change
Context
Workspace owners can already invite members (#3) but cannot change a member's role after invitation. RBAC is enforced backend-side but the UI is read-only.
Acceptance criteria
member.role_changedRelated