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
return{success: false,error: "#{participant_or_user.name} is not a participant in this #{is_a?(AssignmentTeam) ? 'assignment' : 'course'}"}ifparticipant.nil?
62
-
return{success: false,error: "Participant already on the team"}ifparticipants.exists?(id: participant.id)
63
-
return{success: false,error: "Unable to add participant: team is at full capacity."}iffull?
0 commit comments