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

Support for fully recursive lists (expansion, collapsing, and update) #397

Merged
merged 4 commits into from
Jun 30, 2017

Commits on Jun 21, 2017

  1. Removed advancement of position beyond subitems such that now all sub…

    …item positions will be checked for nested expansion during update.
    Pedro committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    701a0ba View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2017

  1. Draft implementation of additions, expansions, and collapses that tak…

    …e into account recursive expansions at previous subitems.
    Pedro committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    2f44efa View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2017

  1. Configuration menu
    Copy the full SHA
    25e9d37 View commit details
    Browse the repository at this point in the history
  2. Fixed bug, was calling recursive method in prepareItemsForUpdate whic…

    …h is not necessary since the method already traverses recursively through subitems as expansions occur. Cleaned up comments and removed unused variable.
    Pedro committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    9e34063 View commit details
    Browse the repository at this point in the history