You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
I'm guessing the WebUI is simply using the latest template version when issuing start? Could be something else though.
The text was updated successfully, but these errors were encountered: