mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
switched to self links as keys in the object cache
This commit is contained in:
@@ -15,10 +15,10 @@ export const RequestActionTypes = {
|
||||
/* tslint:disable:max-classes-per-file */
|
||||
export class RequestConfigureAction implements Action {
|
||||
type = RequestActionTypes.CONFIGURE;
|
||||
payload: Request<CacheableObject>;
|
||||
payload: Request;
|
||||
|
||||
constructor(
|
||||
request: Request<CacheableObject>
|
||||
request: Request
|
||||
) {
|
||||
this.payload = request;
|
||||
}
|
||||
|
Reference in New Issue
Block a user