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

Implement folder deletion #19

Merged
merged 2 commits into from
Apr 10, 2016
Merged

Implement folder deletion #19

merged 2 commits into from
Apr 10, 2016

Conversation

ethankent
Copy link
Contributor

This PR implements folder deletion in a similar fashion to document deletion. The big difference being that folder deletion has to deal with child elements where document deletion does not. To address this additional functionality, this PR adds an extra hookset method implemented as "pre delete" functionality. Also, a test for recursive deletion is included.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 87.414% when pulling da7ee0f on ethankent:master into bd73c65 on pinax:master.

@ethankent
Copy link
Contributor Author

For the record, this PR addresses issue: #13

@paltman
Copy link
Member

paltman commented Apr 10, 2016

@ethankent Fantastic!

@paltman paltman merged commit b50c14a into pinax:master Apr 10, 2016
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

Successfully merging this pull request may close these issues.

3 participants