mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 06:23:03 +00:00
Added distinct ids and uuids to the mock data
This commit is contained in:
@@ -3,14 +3,15 @@ export const BUNDLES = [
|
||||
"_links": {
|
||||
"self": { "href": "/bundles/35e0606d-5e18-4f9c-aa61-74fc751cc3f9" },
|
||||
"items": [
|
||||
{ "href": "/items/21539b1d-9ef1-4eda-9c77-49565b5bfb78" }
|
||||
{ "href": "/items/8871" }
|
||||
],
|
||||
"bitstreams": [
|
||||
{ "href": "/bitstreams/43c57c2b-206f-4645-8c8f-5f10c84b09fa" },
|
||||
],
|
||||
"primaryBitstream": { "href": "/bitstreams/43c57c2b-206f-4645-8c8f-5f10c84b09fa" }
|
||||
},
|
||||
"id": "35e0606d-5e18-4f9c-aa61-74fc751cc3f9",
|
||||
"id": "2355",
|
||||
"uuid": "35e0606d-5e18-4f9c-aa61-74fc751cc3f9",
|
||||
"name": "ORIGINAL",
|
||||
"metadata": [
|
||||
{ "key": "dc.title", "value": "ORIGINAL", "language": "en" }
|
||||
@@ -20,14 +21,15 @@ export const BUNDLES = [
|
||||
"_links": {
|
||||
"self": { "href": "/bundles/a469c57a-abcf-45c3-83e4-b187ebd708fd" },
|
||||
"items": [
|
||||
{ "href": "/items/21539b1d-9ef1-4eda-9c77-49565b5bfb78" }
|
||||
{ "href": "/items/8871" }
|
||||
],
|
||||
"bitstreams": [
|
||||
{ "href": "/bitstreams/1a013ecc-fb25-4689-a44f-f1383ad26632" },
|
||||
],
|
||||
"primaryBitstream": { "href": "/bitstreams/1a013ecc-fb25-4689-a44f-f1383ad26632" }
|
||||
},
|
||||
"id": "a469c57a-abcf-45c3-83e4-b187ebd708fd",
|
||||
"id": "5687",
|
||||
"uuid": "a469c57a-abcf-45c3-83e4-b187ebd708fd",
|
||||
"name": "THUMBNAIL",
|
||||
"metadata": [
|
||||
{ "key": "dc.title", "value": "THUMBNAIL", "language": "en" }
|
||||
|
Reference in New Issue
Block a user