- Notifications
You must be signed in to change notification settings - Fork947
docs: add note about incompatible immutable parameters behavior to parameters doc#18814
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
You can modify a parameter's `mutable` attribute state anytime. In case of | ||
emergency, you can temporarily allow for changing immutable parameters to fix an | ||
operational issue, but it is not advised to overuse this opportunity. | ||
If a required parameter is empty or if the workspace creation page detects an incompatibility between selected |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
it might make sense to add something like this to theRequired and optional parameters
section above this one
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
this is good language to add 👍
Uh oh!
There was an error while loading.Please reload this page.
78af5e0
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
closes#18370
workspace creation page checks for
and if there's an issue, disables theCreate workspace button until it's resolved
preview