Expliclty use FilteredSelectMultiple for WebHook form's repo field
Review Request #8225 — Created June 8, 2016 and submitted — Latest diff uploaded
The repositories field of the
WebHookTargetFormnow explicitly uses a
FilteredSelectMultiplewidget. WhileWebHookAdminspecifies that
this field infilter_horizontal, if any non-admin page should use this
form they will want to use aFilteredSelectMultiplefor this widget.
Tested this with an upcoming patch in RBCommons.