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

Don't delete misplaced items on final attempt #106

Merged
merged 2 commits into from
Oct 18, 2016

Commits on Oct 6, 2016

  1. Don't delete misplaced items on final attempt

    In assessment mode, don't delete misplaced items from the user's state
    when handling the final attempt.
    
    This is a server-side change to match what Javascript already does: upon
    submitting the final attempt, misplaced items are left on the board.
    However, since the corresponding state was deleted server-side, upon
    refreshing the page items were returned to the bank.
    arbrandes committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    8c2b62d View commit details
    Browse the repository at this point in the history
  2. Version bump: v2.0.11

    arbrandes committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    3a91a7c View commit details
    Browse the repository at this point in the history