Don't make the tag selection required
Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
This commit is contained in:
@@ -19,4 +19,5 @@ class TagMultipleSelectionForm(FilteredSelectionForm):
|
||||
allow_multiple = True
|
||||
field_name = 'tags'
|
||||
label = _('Tags')
|
||||
required = False
|
||||
widget_attributes = {'class': 'select2-tags'}
|
||||
|
||||
Reference in New Issue
Block a user