- Notifications
You must be signed in to change notification settings - Fork1.1k
fix: send all params instead of only touched params#20740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Emyrk commentedNov 12, 2025
Is this only on the workspace settings page? I ask because on the workspace created, untouched is important to leave unsent |
jaaydenh commentedNov 12, 2025
@Emyrk yes, this is only for the workspace settings page. It feels like this is the fundamental difference between the create workspace page and the workspace settings page that was missed originally. |
14f0844 intomainUh oh!
There was an error while loading.Please reload this page.
resolves#20257
Ensure all parameters are sent in the web socket request instead of only touched parameters.
Using touched parameters is irrelevant for the workspace parameters page in workspace settings because parameters that appear here have already been chosen by the user during workspace creation. So all parameters should be sent in the web socket request whether have been touched in the form or not.