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 tidy task #1449

Merged
merged 2 commits into from
May 18, 2018
Merged

Fix tidy task #1449

merged 2 commits into from
May 18, 2018

Commits on May 18, 2018

  1. Remove duplicate folded pages in tidy task

    This removes possible duplicate folded pages as part of the tidy task,
    in order to provide a smoother upgrade path.
    mamhoff committed May 18, 2018
    Configuration menu
    Copy the full SHA
    5f15f36 View commit details
    Browse the repository at this point in the history
  2. Verify Records still exist when trying to destroy them

    With nested elements, we might have orphaned elements with nested elements
    or elements with orphaned nested elements.
    
    This change reloads the record in question in order to make sure it is
    still there. If not, the reload will return `nil`, and nothing terrible happens.
    mamhoff committed May 18, 2018
    Configuration menu
    Copy the full SHA
    97cea0d View commit details
    Browse the repository at this point in the history