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