Skip to content

Commit

Permalink
Replace LegacyBitstreamUrlResolver by BitstreamBreadcrumbResolver bec…
Browse files Browse the repository at this point in the history
…ause the first one throws errors to the console.
  • Loading branch information
milanmajchrak committed Dec 8, 2023
1 parent 6d3544f commit dfb91a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/bitstream-page/bitstream-page-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const EDIT_BITSTREAM_AUTHORIZATIONS_PATH = ':id/authorizations';
// component: BitstreamDownloadPageComponent,
resolve: {
bitstream: BitstreamPageResolver,
breadcrumb: LegacyBitstreamUrlResolver
breadcrumb: BitstreamBreadcrumbResolver
},
},
{
Expand Down

0 comments on commit dfb91a6

Please sign in to comment.