posiible mistake in course checking
This commit is contained in:
parent
548e39dc63
commit
08a4bdde06
@ -91,7 +91,7 @@ public class ExchangeController extends TokenBasedController {
|
|||||||
if (assignmentInstance.getGroup().getCourseId() != null
|
if (assignmentInstance.getGroup().getCourseId() != null
|
||||||
&& ! assignmentInstance.getGroup().getCourseId().getId().equals(groupInstance.getCourseId().getId())) {
|
&& ! assignmentInstance.getGroup().getCourseId().getId().equals(groupInstance.getCourseId().getId())) {
|
||||||
System.out.println(assignmentInstance.getGroup().getCourseId().getId());
|
System.out.println(assignmentInstance.getGroup().getCourseId().getId());
|
||||||
System.out.println(groupInstance.getCourseId().getId()));
|
System.out.println(groupInstance.getCourseId().getId());
|
||||||
return new ResponseEntity<>("You can performe exchange only within one course.", HttpStatus.BAD_REQUEST);
|
return new ResponseEntity<>("You can performe exchange only within one course.", HttpStatus.BAD_REQUEST);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user