mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 04:53:06 +00:00
fixed issue where resources that were fetched from a list where not able to be rendered separately
This commit is contained in:
@@ -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 = {
|
||||
}
|
||||
}
|
||||
]
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user