Thanks to visit codestin.com
Credit goes to github.com

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)