mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 13:03:04 +00:00
41650: finished full item page
This commit is contained in:
@@ -42,5 +42,26 @@ export const BITSTREAMS = [
|
||||
],
|
||||
"format": "JPEG",
|
||||
"mimetype": "image/jpeg"
|
||||
},
|
||||
{
|
||||
"_links": {
|
||||
"self": { "href": "/bitstreams/8934" },
|
||||
"bundle": { "href": "/bundles/99f78e5e-3677-43b0-aaef-cddaa1a49092" },
|
||||
"retrieve": { "href": "/rest/bitstreams/ba7d24f2-8fc7-4b8e-b7b6-6c32be1c12a6/retrieve" }
|
||||
},
|
||||
"id": "8934",
|
||||
"uuid": "ba7d24f2-8fc7-4b8e-b7b6-6c32be1c12a6",
|
||||
"name": "license.txt",
|
||||
"size": 41183,
|
||||
"checksum": {
|
||||
"value": "8ad416e8a39e645020e13e06f1427814",
|
||||
"algorithm": "MD5"
|
||||
},
|
||||
"metadata": [
|
||||
{ "key": "dc.title", "value": "license.txt", "language": null },
|
||||
{ "key": "dc.description", "value": "License", "language": "en" }
|
||||
],
|
||||
"format": "Text",
|
||||
"mimetype": "text/plain"
|
||||
}
|
||||
];
|
||||
|
@@ -36,5 +36,23 @@ export const BUNDLES = [
|
||||
"metadata": [
|
||||
{ "key": "dc.title", "value": "THUMBNAIL", "language": "en" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"_links": {
|
||||
"self": { "href": "/bundles/8475" },
|
||||
"items": [
|
||||
{ "href": "/items/8871" }
|
||||
],
|
||||
"bitstreams": [
|
||||
{ "href": "/bitstreams/8934" },
|
||||
],
|
||||
"primaryBitstream": { "href": "/bitstreams/8934" }
|
||||
},
|
||||
"id": "8475",
|
||||
"uuid": "99f78e5e-3677-43b0-aaef-cddaa1a49092",
|
||||
"name": "LICENSE",
|
||||
"metadata": [
|
||||
{ "key": "dc.title", "value": "LICENSE", "language": "en" }
|
||||
]
|
||||
}
|
||||
];
|
||||
|
@@ -18,6 +18,9 @@ export const ITEMS = [
|
||||
},
|
||||
{
|
||||
"href": "/bundles/5687"
|
||||
},
|
||||
{
|
||||
"href": "/bundles/8475"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -109,9 +112,9 @@ export const ITEMS = [
|
||||
{
|
||||
"href": "/bundles/2355"
|
||||
},
|
||||
// {
|
||||
// "href": "/bundles/5687"
|
||||
// }
|
||||
{
|
||||
"href": "/bundles/5687"
|
||||
}
|
||||
]
|
||||
},
|
||||
"id": "9978",
|
||||
|
Reference in New Issue
Block a user