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:
Michael W Spalti
2019-09-25 17:37:12 -07:00
parent eea250664d
commit 6bf086b707
24 changed files with 498 additions and 82 deletions

View File

@@ -44,6 +44,7 @@ export abstract class TypedObject {
*/
export class CacheableObject extends TypedObject {
uuid?: string;
handle?: string;
self: string;
// isNew: boolean;
// dirtyType: DirtyType;