Prevent submission of the form in RB.JoinedGroupsView
Review Request #8335 — Created Aug. 18, 2016 and submitted — Latest diff uploaded
The
RB.JoinedGroupsView
automatically updates based on the contents of
the input field in the form. Submission of this form will result in a
CSRF error, so we prevent submission altogether.
Manually verified the following:
- No longer able to submit the groups form.
- Still able to submit other preferences forms.