Skip to content

Commit

Permalink
Merge 2a2c11d into fefc728
Browse files Browse the repository at this point in the history
  • Loading branch information
adlius committed Feb 26, 2019
2 parents fefc728 + 2a2c11d commit a5a936e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/preprints/provider/preprint-detail.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default Controller.extend({
'preprint',
preprintId,
{ include: ['node', 'license', 'review_actions', 'contributors'] },
).catch(() => this.replaceWith('page-not-found'));
).catch(() => this.transitionToRoute('page-not-found'));

this.set('preprint', response);
this.set('authors', response.get('contributors'));
Expand Down

0 comments on commit a5a936e

Please sign in to comment.