mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
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.
This commit is contained in:
1
src/app/core/cache/object-cache.reducer.ts
vendored
1
src/app/core/cache/object-cache.reducer.ts
vendored
@@ -44,6 +44,7 @@ export abstract class TypedObject {
|
||||
*/
|
||||
export class CacheableObject extends TypedObject {
|
||||
uuid?: string;
|
||||
handle?: string;
|
||||
self: string;
|
||||
// isNew: boolean;
|
||||
// dirtyType: DirtyType;
|
||||
|
Reference in New Issue
Block a user