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
Today we had a speaker without tweethandle he had to use a fake handle to submit somthing, this field is optional in the DB, the UI should allow blanks.
The text was updated successfully, but these errors were encountered:
In UserService.js the isProfileComplete function validates a profile, and for that service Twitter handle is optional.
In the view, speaker_details.html , tweethandle is not marked as required (no ng-required=true as the required attributes), so it shouldn't be required.
Today we had a speaker without tweethandle he had to use a fake handle to submit somthing, this field is optional in the DB, the UI should allow blanks.
The text was updated successfully, but these errors were encountered: