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 second visit to history panel #1835

Merged
merged 1 commit into from
Oct 22, 2018
Merged

Fix second visit to history panel #1835

merged 1 commit into from
Oct 22, 2018

Conversation

balloob
Copy link
Member

@balloob balloob commented Oct 22, 2018

Fixes #1815

@balloob balloob merged commit 4f8c876 into master Oct 22, 2018
@balloob balloob deleted the fix-history-second-visit branch October 22, 2018 19:37
if (!this.hass) return;
if (cacheConfig && !cacheConfig.cacheKey) return;
if (!localize || !language) return;
this._madeFirstCall = true;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this being set anywhere else? If not then does it make sense to use it in hassChanged

@Parlane
Copy link

Parlane commented Oct 23, 2018

This also fixed changing dates and time ranges on the history page. Thank you.

@github-actions github-actions bot locked and limited conversation to collaborators Jul 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants