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(core): Missing config elements after Angular 1.8 update #9936

Merged
merged 1 commit into from
Feb 1, 2023

Conversation

jervi
Copy link
Contributor

@jervi jervi commented Jan 30, 2023

After the upgrade to Angular 1.8 in #9836, the account/regions/cluster picker was missing (e.g. in the Scale Down Cluster stage and the Resize Server Group stage). Quick fix was to wrap the existing controller code in an $onInit function.

After the upgrade to Angular 1.8 in spinnaker#9836, the account/regions/cluster picker was missing (e.g. in the Scale Down Cluster stage and the Resize Server Group stage). Quick fix was to wrap the existing controller code in a `$onInit` function.
@mattgogerly
Copy link
Member

I guess what might have been happening here is Angular hadn't finished binding data to the controller, so this was undefined. LGTM.

@mattgogerly mattgogerly added the ready to merge Reviewed and ready for merge label Feb 1, 2023
@mergify mergify bot added the auto merged Merged automatically by a bot label Feb 1, 2023
@mergify mergify bot merged commit 884665a into spinnaker:master Feb 1, 2023
@jervi jervi deleted the fix_account_and_cluster_selector branch February 7, 2023 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto merged Merged automatically by a bot ready to merge Reviewed and ready for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants