posiible mistake in course checking

This commit is contained in:
filipizydorczyk 2021-01-19 23:54:17 +01:00
parent 65ea502619
commit 548e39dc63
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ public class ExchangeController extends TokenBasedController {
if (assignmentInstance.getGroup().getCourseId() != null
&& ! assignmentInstance.getGroup().getCourseId().getId().equals(groupInstance.getCourseId().getId())) {
System.out.println(assignmentInstance.getGroup().getCourseId().getId());
System.out.println(groupInstance.getCourseId().getId()));
return new ResponseEntity<>("You can performe exchange only within one course.", HttpStatus.BAD_REQUEST);
}