Skip to content
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

fix(rename-scope), keep the namespace when renaming scope #8476

Merged
merged 3 commits into from
Jan 30, 2024

Conversation

davidfirst
Copy link
Member

@davidfirst davidfirst commented Jan 30, 2024

This is a regression caused by #8456.
When renaming a component with a namespace it was emitting the namespace, which resulted in ComponentNotFound error.
Also, it was loading the components after the rename before changing their env in case the env was renamed as well.
Both issues are fixed in this PR.

@davidfirst davidfirst merged commit 7657930 into master Jan 30, 2024
11 checks passed
@davidfirst davidfirst deleted the rename-scope-with-namespace branch January 30, 2024 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants