Grading Boundaries Wrong in Supervisor View #98
@ -270,6 +270,7 @@ public class SupervisorGradingReportPage extends AbstractSupervisorProjectDetail
|
||||
@Override
|
||||
protected void onConfigure() {
|
||||
super.onConfigure();
|
||||
/*
|
||||
final Instant expiration = getSession().getMetaData(OAuth.EXPIRATION);
|
||||
final boolean validToken = expiration != null && expiration.isAfter(Instant.now());
|
||||
if (!validToken) {
|
||||
@ -280,5 +281,6 @@ public class SupervisorGradingReportPage extends AbstractSupervisorProjectDetail
|
||||
final String href = oAuthService.authorizeUrl(null, Set.of("grade:read", "grade:write"));
|
||||
throw new RedirectToUrlException(href);
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user