mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat: persist app groups in the database (#17977)
This commit is contained in:
@ -748,6 +748,7 @@ func WorkspaceApp(t testing.TB, db database.Store, orig database.WorkspaceApp) d
|
||||
HealthcheckThreshold: takeFirst(orig.HealthcheckThreshold, 60),
|
||||
Health: takeFirst(orig.Health, database.WorkspaceAppHealthHealthy),
|
||||
DisplayOrder: takeFirst(orig.DisplayOrder, 1),
|
||||
DisplayGroup: orig.DisplayGroup,
|
||||
Hidden: orig.Hidden,
|
||||
OpenIn: takeFirst(orig.OpenIn, database.WorkspaceAppOpenInSlimWindow),
|
||||
})
|
||||
|
Reference in New Issue
Block a user