mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(coderd/database/dbmem): fill DisplayGroup field for InsertWorkspaceApp (#18136)
It appears `dbmem` was missed in the new app groups feature https://github.com/coder/coder/pull/17977.
This commit is contained in:
@@ -9964,6 +9964,7 @@ func (q *FakeQuerier) InsertWorkspaceApp(_ context.Context, arg database.InsertW
|
||||
Hidden: arg.Hidden,
|
||||
DisplayOrder: arg.DisplayOrder,
|
||||
OpenIn: arg.OpenIn,
|
||||
DisplayGroup: arg.DisplayGroup,
|
||||
}
|
||||
q.workspaceApps = append(q.workspaceApps, workspaceApp)
|
||||
return workspaceApp, nil
|
||||
|
||||
Reference in New Issue
Block a user