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

timeseries: fix tags not fetching issue when loading #5300

Merged
merged 1 commit into from
Sep 9, 2021

Conversation

stephanwlee
Copy link
Contributor

Previously, we were only waiting for navigation and plugin change events
none of which is useful when freshly loading dashboard since
activePlugin will be null until we can fetch the plugins listing at
least once. This change, to fix the problem, also listens to plugins
listing loaded event to assert and fetch the data.

Previously, we were only waiting for navigation and plugin change events
none of which is useful when freshly loading dashboard since
`activePlugin` will be null until we can fetch the plugins listing at
least once. This change, to fix the problem, also listens to plugins
listing loaded event to assert and fetch the data.
@google-cla google-cla bot added the cla: yes label Sep 8, 2021
@stephanwlee stephanwlee changed the title timeseris: fix tags not fetching issue when loading timeseries: fix tags not fetching issue when loading Sep 8, 2021
@stephanwlee stephanwlee merged commit bd83fe8 into tensorflow:master Sep 9, 2021
@stephanwlee stephanwlee deleted the bug branch September 9, 2021 15:30
yatbear pushed a commit to yatbear/tensorboard that referenced this pull request Mar 27, 2023
Previously, we were only waiting for navigation and plugin change events
none of which is useful when freshly loading dashboard since
`activePlugin` will be null until we can fetch the plugins listing at
least once. This change, to fix the problem, also listens to plugins
listing loaded event to assert and fetch the data.
dna2github pushed a commit to dna2fork/tensorboard that referenced this pull request May 1, 2023
Previously, we were only waiting for navigation and plugin change events
none of which is useful when freshly loading dashboard since
`activePlugin` will be null until we can fetch the plugins listing at
least once. This change, to fix the problem, also listens to plugins
listing loaded event to assert and fetch the data.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants