mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 21:43:04 +00:00
submit to this collection
This commit is contained in:
@@ -72,7 +72,7 @@ export class SubmissionRestService {
|
||||
protected getEndpointByIDHref(endpoint, resourceID, collectionId?: string): string {
|
||||
let url = isNotEmpty(resourceID) ? `${endpoint}/${resourceID}` : `${endpoint}`;
|
||||
if (collectionId) {
|
||||
url = new URLCombiner(url, '?owningCollection=' + collectionId).toString();
|
||||
url = new URLCombiner(url, `?owningCollection=${collectionId}`).toString();
|
||||
}
|
||||
return url;
|
||||
}
|
||||
|
Reference in New Issue
Block a user