Update document parsing app
Update URL parameters to the "_id" forms. Add keyword arguments. Remove use of is_path in the DOCUMENT_PARSING_PDFTOTEXT_PATH setting. Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
This commit is contained in:
@@ -5,7 +5,7 @@ from django.utils.translation import ugettext_lazy as _
|
||||
from mayan.apps.events import EventTypeNamespace
|
||||
|
||||
namespace = EventTypeNamespace(
|
||||
name='document_parsing', label=_('Document parsing')
|
||||
label=_('Document parsing'), name='document_parsing'
|
||||
)
|
||||
|
||||
event_parsing_document_version_submit = namespace.add_event_type(
|
||||
|
||||
Reference in New Issue
Block a user