Moved document save logic to the document Model

This commit is contained in:
Roberto Rosario
2011-02-26 11:15:57 -04:00
parent 6e4980ad80
commit ff77b622a9
3 changed files with 21 additions and 9 deletions

View File

@@ -42,12 +42,12 @@ TODO, WISHLIST
* Tesserat default option ocr setup - DONE
* Check duplicated files using checksum - DONE
* Link to delete and recreate all document links - DONE
* Change to model signals - NOT NEEDED, found way to prevent save method recursion
* Role editing view under setup - STARTED
* Document list filtering by metadata
* Filterform date filtering widget
* Validate GET data before saving file
* Show last 5 recent metadata setups for easy switch
* Change to model signals
* Allow document type to be changed in document edit view
* Encrypting storage backend
* Indicate in generic list which document don't exist in storage backend