mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 11:33:04 +00:00
Cache redesign part 1, and add support for alternative links
This commit is contained in:
@@ -103,7 +103,7 @@ export class SubmissionEditComponent implements OnDestroy, OnInit {
|
||||
this.changeDetectorRef.detectChanges();
|
||||
}
|
||||
} else {
|
||||
if (submissionObjectRD.error.statusCode === 404) {
|
||||
if (submissionObjectRD.statusCode === 404) {
|
||||
// redirect to not found page
|
||||
this.router.navigate(['/404'], { skipLocationChange: true });
|
||||
}
|
||||
|
Reference in New Issue
Block a user