Workflows: Use full path reference to tags widget

Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2018-12-09 15:10:41 -04:00
parent 278fdc3c9a
commit e048f31f85

View File

@@ -26,7 +26,7 @@ class AttachTagAction(WorkflowAction):
label = _('Attach tag')
widgets = {
'tags': {
'class': 'tags.widgets.TagFormWidget', 'kwargs': {
'class': 'mayan.apps.tags.widgets.TagFormWidget', 'kwargs': {
'attrs': {'class': 'select2-tags'},
'queryset': Tag.objects.none()
}