Project

General

Profile

« Previous | Next » 

Revision 54183

disabled authorization check in storedJob results page

View differences:

modules/uoa-repository-dashboard-gui/trunk/app/pages/compatibility/compatibility-validation-results.component.ts
80 80
        if (!this.usageResults.length) {
81 81
          this.noUsage = noUsageRulesResults;
82 82
        }
83
        if ( this.authService.activateFrontAuthorization && (this.authService.getUserEmail() !== this.jobSummary.userEmail.trim()) ) {
83
        /*if ( this.authService.activateFrontAuthorization && (this.authService.getUserEmail() !== this.jobSummary.userEmail.trim()) ) {
84 84
          this.router.navigateByUrl('/403-forbidden', { skipLocationChange: true });
85
        }
85
        }*/
86 86
      }
87 87
    );
88 88
  }

Also available in: Unified diff