Continue updating the document app API tests to work with access and permission

level testing.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2017-10-24 15:57:29 -04:00
parent 1d5a60ef9e
commit cc7f69b908
2 changed files with 11 additions and 8 deletions

View File

@@ -28,7 +28,6 @@ What's new
- Add view to show list of events performed by an user.
- Allow filtering an event list by clicking on the user column.
- Revise and improve permission requirements for the documents app API.
- Downloading a document version now requires the document download permission instead of just the document view permission.
- Creating a new document no longer works by having the document create permission in a global manner. It is now possible
to create a document via the API by having the document permission for a specific document type.