Add FilteredSelectionForm subclass ACLCreateForm

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-15 01:38:27 -04:00
parent cb102ed115
commit 0d69274bb4
4 changed files with 32 additions and 21 deletions

View File

@@ -83,6 +83,7 @@ Other changes
* Use FilteredSelectionForm for TagMultipleSelectionForm.
* Use FilteredSelectionForm for the class CabinetListForm.
* Add keyword arguments to URL definitions.
* Use FilteredSelectionForm to add a new ACLCreateForm.
Removals