never push things on a friday night as you're about to leave ;)

This commit is contained in:
Art Lowel
2017-06-12 10:18:27 +02:00
parent 7e12b33151
commit 84a3272e55

View File

@@ -94,20 +94,7 @@ export const ITEMS = {
],
"_embedded": {
"parents": [
{
"_links": {
"self": { "href": "/collections/5179" },
"items": [
{ "href": "/items/8871" },
{ "href": "/items/9978" }
]
},
"id": "5179",
"uuid": "9e32a2e2-6b91-4236-a361-995ccdc14c60",
"type": "collection",
"name": "A Test Collection",
"handle": "123456789/5179",
},
{
"_links": {
"self": { "href": "/collections/6547" },
@@ -252,7 +239,30 @@ export const ITEMS = {
"items": [
{ "href": "/items/8871" },
{ "href": "/items/9978" }
]
]
},
"id": "5179",
"uuid": "9e32a2e2-6b91-4236-a361-995ccdc14c60",
"type": "collection",
"name": "A Test Collection",
"handle": "123456789/5179",
},
{
"_links": {
"self": { "href": "/collections/6547" },
"items": [
{ "href": "/items/8871" },
{ "href": "/items/9978" }
]
},
"id": "6547",
"uuid": "598ce822-c357-46f3-ab70-63724d02d6ad",
"type": "collection",
"name": "Another Test Collection",
"handle": "123456789/6547",
}
]
}
}
]
};