-
Notifications
You must be signed in to change notification settings - Fork 955
Closed
Labels
siteArea: frontend dashboardArea: frontend dashboard
Description
When my workspace is outdated and the WebUI has the "Update" button present, if I try to bypass this by selecting "Start" from the dropdown menu, my workspace is updated anyway.
This does not happen when doing coder start work
via CLI.
Kind of related to #2871, but this is a consistency issue.
The request:
POST http://coder.home.my.domain:7080/api/v2/workspaces/279504e2-ad0e-4fbf-b9e6-9a8d9aa7f038/builds
{
"transition": "start",
"template_version_id": "ff484f7c-d3f2-4fe5-900a-a5cde55f04bd"
}
I'm guessing the WebUI is simply using the latest template version when issuing start? Could be something else though.
matifali and mattlqx
Metadata
Metadata
Assignees
Labels
siteArea: frontend dashboardArea: frontend dashboard