|
@@ -171,6 +171,7 @@ public class ApiController {
|
|
|
throw new ResponseStatusException(HttpStatus.CONFLICT, "Email already existing");
|
|
throw new ResponseStatusException(HttpStatus.CONFLICT, "Email already existing");
|
|
|
} else {
|
|
} else {
|
|
|
volunteer.setEventUuid(uuid);
|
|
volunteer.setEventUuid(uuid);
|
|
|
|
|
+ volunteer.setImported(false);
|
|
|
return repositoryVolunteer.save(volunteer);
|
|
return repositoryVolunteer.save(volunteer);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|