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

Logout method shouldn't proceed if the user is already logged out #260

Closed
jleandroperez opened this issue Apr 28, 2014 · 0 comments
Closed
Assignees
Milestone

Comments

@jleandroperez
Copy link
Contributor

Scenario:

  • One of our users is reporting 'pending changes' being lost.
  • After a quick debugging session, the source was spotted. signOutAndRemoveLocalData is being called multiple times.

Even though the user is already logged off, the method executing the reset process anyways, and thus nuking SPChangeProcessor pendings.

Let's update the logout behavior, so it will proceed only if needed.

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

No branches or pull requests

1 participant