Skip to content

fix(site): Fix missing parameters detection on update workspace #6740

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 23, 2023

Conversation

BrunoQuaresma
Copy link
Collaborator

Closes #6734

@BrunoQuaresma BrunoQuaresma self-assigned this Mar 22, 2023
// It is required
// and it can be changed
// and it is not from a legacy variable
(p) => p.required && p.mutable && p.legacy_variable_name === undefined,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this correct @mtojek ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It definitely solved my case :) Thank you

@mtojek
Copy link
Member

mtojek commented Mar 23, 2023

I hope that you don't mind, Bruno, if I merge this change.

@mtojek mtojek merged commit eaacc26 into main Mar 23, 2023
@mtojek mtojek deleted the bq/fix-legacy-parameters branch March 23, 2023 07:05
@github-actions github-actions bot locked and limited conversation to collaborators Mar 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rich parameters: can't migrate to the template with coder_parameters
2 participants