Skip to content

Commit 562c469

Browse files
fix(coderd/database/dbmem): fill DisplayGroup field for InsertWorkspaceApp (#18136)
It appears `dbmem` was missed in the new app groups feature #17977.
1 parent 9afdd33 commit 562c469

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/database/dbmem/dbmem.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9964,6 +9964,7 @@ func (q *FakeQuerier) InsertWorkspaceApp(_ context.Context, arg database.InsertW
99649964
Hidden: arg.Hidden,
99659965
DisplayOrder: arg.DisplayOrder,
99669966
OpenIn: arg.OpenIn,
9967+
DisplayGroup: arg.DisplayGroup,
99679968
}
99689969
q.workspaceApps = append(q.workspaceApps, workspaceApp)
99699970
return workspaceApp, nil

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy