Add internal_name field to workflow serializer

Fixes workflow API creation view.

Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-08-21 19:30:08 -04:00
parent c94ed44476
commit ec2dde7483
4 changed files with 248 additions and 213 deletions

View File

@@ -13,6 +13,8 @@ Changes
single page navigation to jump to the home view.
- Remove redundant Celery queue declarations from the
file_metadata app.
- Add internal_name field to workflow serializer.
Fixes workflow API creation view.
Removals
--------