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
The submit button on the Create Workspace form should submit the latest dynamic parameters as they have been entered. The backend will have to accept these with less scrutiny on validation as the static frame of reference the current code validates against could be incorrect for the set of inputs (user, values, etc).
This should use the existing endpoint; however we need to make sure validation layer is sound and submit button works.
✅ Workspace has been successfully started! You can access it here.
Kira-Pilot
changed the title
A "submit" button from the dynamic parameter form
Wire up Submit button on the Create Workspace page to post dynamic parameter values
Apr 2, 2025
Kira-Pilot
changed the title
Wire up Submit button on the Create Workspace page to post dynamic parameter values
Test validation with Dynamic Parameters with workspace creation flow
Apr 18, 2025
The submit button on the Create Workspace form should submit the latest dynamic parameters as they have been entered. The backend will have to accept these with less scrutiny on validation as the static frame of reference the current code validates against could be incorrect for the set of inputs (user, values, etc).
This should use the existing endpoint; however we need to make sure validation layer is sound and submit button works.
Example being this section of code:
coder/coderd/wsbuilder/wsbuilder.go
Line 536 in 295bceb
This has to be done by early-access
The text was updated successfully, but these errors were encountered: