mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
feat: implement acl for workspaces (#19094)
This commit is contained in:
@@ -242,6 +242,8 @@ func (w Workspace) WorkspaceTable() WorkspaceTable {
|
||||
AutomaticUpdates: w.AutomaticUpdates,
|
||||
Favorite: w.Favorite,
|
||||
NextStartAt: w.NextStartAt,
|
||||
GroupACL: w.GroupACL,
|
||||
UserACL: w.UserACL,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user