You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Figure out why unloadAll() is needed to refresh google drive permission data after a failed delete and find away to eliminate that need if possible. #122
As mentioned in venkatd/storypad#142, there seems to be some sort of caching going on in ember-data which prevents google drive permissions from getting properly refreshed from the drive API on a failed delete action.
Because of that, the following steps are required to refresh with the correct data:
Since unloadAll() is marked as private in the Ember documentation, it should probably not be used here, so there must be another, more proper way to do it.