mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
[TLC-674] Tidy up components, WIP spec tests
This commit is contained in:
@@ -10,9 +10,9 @@ export class Duplicate {
|
||||
@autoserialize
|
||||
uuid: string;
|
||||
@autoserialize
|
||||
workflowItemId: bigint;
|
||||
workflowItemId: number;
|
||||
@autoserialize
|
||||
workspaceItemId: bigint;
|
||||
workspaceItemId: number;
|
||||
@autoserialize
|
||||
owningCollection: string;
|
||||
|
||||
|
Reference in New Issue
Block a user