Skip to content

fix(site): Fix update when missing parameters #7221

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
Apr 20, 2023
Merged

Conversation

BrunoQuaresma
Copy link
Collaborator

Close #7213

@BrunoQuaresma BrunoQuaresma requested review from mtojek and a team April 20, 2023 14:05
@BrunoQuaresma BrunoQuaresma self-assigned this Apr 20, 2023
@BrunoQuaresma BrunoQuaresma requested review from rodrimaia and removed request for a team April 20, 2023 14:05
if (newParam === undefined) {
richParameterValues.push(oldParam)
}
})
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Basically, we were not passing the old values when there is new ones.

Copy link
Member

@mtojek mtojek left a comment

Choose a reason for hiding this comment

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

Let's make sure first that this bugfix fixes what it should fix.

@bpmct bpmct merged commit 7d9a763 into main Apr 20, 2023
@bpmct bpmct deleted the bq/fix-template-update branch April 20, 2023 14:32
@github-actions github-actions bot locked and limited conversation to collaborators Apr 20, 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.

Adding or updating parameters in a template causes existing workspaces to re-enter all parameters
3 participants