Refactor the remove documents from folders view to allowing removing documents

from multiple folders at the same time.
This commit is contained in:
Roberto Rosario
2016-12-23 01:52:22 -04:00
parent 52fe5c556c
commit 6a13aaad4d
5 changed files with 119 additions and 92 deletions

View File

@@ -32,6 +32,7 @@ the user links
- Production settings don't override the DEBUG variable. DEBUG can be set to True
on production install to debug errors live.
- Refactor add document to folder view to allow adding a documents to multiple folders at the same time.
- Refactor the remove document from folder view to allow removing documents from multiple folders at the same time.
Removals
--------