Updated work on routing by id.
Fixed unit tests. Updated to use pid REST endpoint. Minor change in data.service and unit test update. Updated the objectnotfound page with new text and go home button.
Showing
- src/app/+lookup-by-id/lookup-by-id-routing.module.ts 19 additions, 0 deletionssrc/app/+lookup-by-id/lookup-by-id-routing.module.ts
- src/app/+lookup-by-id/lookup-by-id.module.ts 23 additions, 0 deletionssrc/app/+lookup-by-id/lookup-by-id.module.ts
- src/app/+lookup-by-id/lookup-guard.ts 52 additions, 0 deletionssrc/app/+lookup-by-id/lookup-guard.ts
- src/app/+lookup-by-id/objectnotfound/objectnotfound.component.html 8 additions, 0 deletions...lookup-by-id/objectnotfound/objectnotfound.component.html
- src/app/+lookup-by-id/objectnotfound/objectnotfound.component.scss 0 additions, 0 deletions...lookup-by-id/objectnotfound/objectnotfound.component.scss
- src/app/+lookup-by-id/objectnotfound/objectnotfound.component.ts 45 additions, 0 deletions.../+lookup-by-id/objectnotfound/objectnotfound.component.ts
- src/app/app-routing.module.ts 2 additions, 0 deletionssrc/app/app-routing.module.ts
- src/app/app.module.ts 1 addition, 1 deletionsrc/app/app.module.ts
- src/app/core/cache/object-cache.reducer.ts 1 addition, 0 deletionssrc/app/core/cache/object-cache.reducer.ts
- src/app/core/cache/object-cache.service.ts 9 additions, 7 deletionssrc/app/core/cache/object-cache.service.ts
- src/app/core/core.effects.ts 2 additions, 2 deletionssrc/app/core/core.effects.ts
- src/app/core/data/comcol-data.service.spec.ts 2 additions, 2 deletionssrc/app/core/data/comcol-data.service.spec.ts
- src/app/core/data/comcol-data.service.ts 1 addition, 1 deletionsrc/app/core/data/comcol-data.service.ts
- src/app/core/data/data.service.ts 13 additions, 5 deletionssrc/app/core/data/data.service.ts
- src/app/core/data/dso-data-redirect.service.spec.ts 112 additions, 0 deletionssrc/app/core/data/dso-data-redirect.service.spec.ts
- src/app/core/data/dso-data-redirect.service.ts 78 additions, 0 deletionssrc/app/core/data/dso-data-redirect.service.ts
- src/app/core/data/dspace-object-data.service.spec.ts 2 additions, 1 deletionsrc/app/core/data/dspace-object-data.service.spec.ts
- src/app/core/data/request.models.ts 4 additions, 2 deletionssrc/app/core/data/request.models.ts
- src/app/core/data/request.service.ts 12 additions, 6 deletionssrc/app/core/data/request.service.ts
- src/app/core/index/index.actions.ts 7 additions, 7 deletionssrc/app/core/index/index.actions.ts
src/app/+lookup-by-id/lookup-by-id.module.ts
0 → 100644
src/app/+lookup-by-id/lookup-guard.ts
0 → 100644
Please register or sign in to comment