You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renamed the method validateSubmission() to verifySubmission() because the validation happens before the form is submitted. Because of that, the name validateSubmission is not correctly describing what happens.
Added an alias method validateSubmission() which calls verifySubmission() to keep the backward compatibility.
RequestHelper
Fixed two issues where NULL values will create error messages.