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
WebHookTargetForm
now explicitly uses a
FilteredSelectMultiple
widget. WhileWebHookAdmin
specifies that
this field infilter_horizontal
, if any non-admin page should use this
form they will want to use aFilteredSelectMultiple
for this widget.
Tested this with an upcoming patch in RBCommons.