mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
64503: Content Source PUT request on form submit
This commit is contained in:
@@ -369,6 +369,16 @@ export class ContentSourceRequest extends GetRequest {
|
||||
}
|
||||
}
|
||||
|
||||
export class UpdateContentSourceRequest extends PutRequest {
|
||||
constructor(uuid: string, href: string, public body?: any, public options?: HttpOptions) {
|
||||
super(uuid, href, body, options);
|
||||
}
|
||||
|
||||
getResponseParser(): GenericConstructor<ResponseParsingService> {
|
||||
return ContentSourceResponseParsingService;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Request to delete an object based on its identifier
|
||||
*/
|
||||
|
Reference in New Issue
Block a user