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

[Observability] Update deprecated navLinks reference to use new API #77680

Closed
ryankeairns opened this issue Sep 16, 2020 · 0 comments · Fixed by #77708
Closed

[Observability] Update deprecated navLinks reference to use new API #77680

ryankeairns opened this issue Sep 16, 2020 · 0 comments · Fixed by #77708
Assignees

Comments

@ryankeairns
Copy link
Contributor

ryankeairns commented Sep 16, 2020

@legrego noticed that the Observability Overview page was being returned in search results and, upon further digging, @pgayvallet noticed that a deprecated API was in use. This should be updated to use App.updater$.

* @deprecated Uses the {@link AppBase.updater$} property when registering
* your application with {@link ApplicationSetup.register} instead.
*
* @param id
* @param values
*/
update(id: string, values: ChromeNavLinkUpdateableFields): ChromeNavLink | undefined;

Originally posted by @pgayvallet in #71494 (comment)

cc:/ @myasonik

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 a pull request may close this issue.

2 participants