mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 19:43:04 +00:00
intermediate bug commit
This commit is contained in:
@@ -31,7 +31,7 @@ export class AddToSSBAction implements Action {
|
||||
* the unique href of the cached object entry that should be updated
|
||||
*/
|
||||
constructor(href: string, method: RestRequestMethod) {
|
||||
this.payload = { href, method: undefined };
|
||||
this.payload = { href, method: method };
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user