Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

🐛 fix disappearing nav after import #707

Merged
merged 1 commit into from
May 23, 2017

Conversation

kevinansfield
Copy link
Member

closes TryGhost/Ghost#8307

closes TryGhost/Ghost#8307
- Ember 2.13 has a behaviour change to `store.unloadAll` where the records aren't removed until later in the runloop resulting in errors if the store is used to find records before it's completed. See emberjs/data#4963
@kevinansfield kevinansfield requested a review from kirrg001 May 23, 2017 08:05
Copy link
Contributor

@kirrg001 kirrg001 left a comment

Choose a reason for hiding this comment

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

works 🎊

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.02%) to 71.671% when pulling 920eb83 on kevinansfield:fix-disappearing-menu into 88f13b6 on TryGhost:master.

@kirrg001 kirrg001 merged commit a7323de into TryGhost:master May 23, 2017
@kevinansfield kevinansfield deleted the fix-disappearing-menu branch May 23, 2017 08:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

After import database, menu disappears
3 participants