Add new AddRemoveView view
Add a new view based on AssignRemove with extra features and filtering. AddRemoveView also has two new buttons: Add all, Remove all. Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
This commit is contained in:
@@ -39,7 +39,9 @@ class ChoiceForm(forms.Form):
|
||||
}
|
||||
)
|
||||
|
||||
selection = forms.MultipleChoiceField(widget=DisableableSelectWidget())
|
||||
selection = forms.MultipleChoiceField(
|
||||
required=False, widget=DisableableSelectWidget()
|
||||
)
|
||||
|
||||
|
||||
class FormOptions(object):
|
||||
|
||||
Reference in New Issue
Block a user