fixed issue where resources that were fetched from a list where not able to be rendered separately

This commit is contained in:
Art Lowel
2017-06-19 15:20:48 +02:00
parent e37ea12e2d
commit f6550e2628
8 changed files with 100 additions and 57 deletions

View File

@@ -35,7 +35,7 @@ export const COMMUNITIES = {
],
"_links": {
"self": {
"href": "http://dspace7.4science.it/dspace-spring-rest/api/core/community/9076bd16-e69a-48d6-9e41-0238cb40d863"
"href": "/communities/6631"
},
"collections": [
{ "href": "/collections/5179" }
@@ -78,7 +78,7 @@ export const COMMUNITIES = {
],
"_links": {
"self": {
"href": "http://dspace7.4science.it/dspace-spring-rest/api/core/community/9076bd16-e69a-48d6-9e41-0238cb40d863"
"href": "/communities/2365"
},
"collections": [
{ "href": "/collections/6547" }
@@ -86,4 +86,4 @@ export const COMMUNITIES = {
}
}
]
};
};