Refactor folder add document using MultipleObjectFormActionView.

Add support for adding a document to multiple folders at the same time.
This commit is contained in:
Roberto Rosario
2016-12-23 01:20:52 -04:00
parent ddabe28490
commit 52fe5c556c
7 changed files with 97 additions and 86 deletions

View File

@@ -31,6 +31,7 @@ the user links
- DEBUG now defaults to False.
- 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.
Removals
--------