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

release-22.2: ui: fix bug that set node ids to undefined on advanced debug #89197

Merged
merged 1 commit into from
Oct 4, 2022

Commits on Sep 23, 2022

  1. ui: fix bug that set node ids to undefined on advanced debug

    An earlier change to async load the base ui data broke the assumption this page
    makes that the data is available at the time the JS is loaded. Now the call to
    get the init data is done inside the `render()` method of the component which
    is awaits the UI data at the top level.
    
    Resolves #83623
    
    Release note (ui change): fixed a bug that prevented usage of profiling links
    on the Advanced Debug page.
    dhartunian committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    dbd1eca View commit details
    Browse the repository at this point in the history