posiible mistake in course checking
This commit is contained in:
parent
65ea502619
commit
548e39dc63
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user