Workflows: Use full path reference to tags widget
Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user