mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
90978: Minor fixes
This commit is contained in:
@@ -192,7 +192,7 @@ describe('authReducer', () => {
|
||||
state = {
|
||||
authenticated: false,
|
||||
loaded: false,
|
||||
blocking: true,
|
||||
blocking: false,
|
||||
loading: true,
|
||||
idle: false
|
||||
};
|
||||
@@ -212,7 +212,7 @@ describe('authReducer', () => {
|
||||
state = {
|
||||
authenticated: false,
|
||||
loaded: false,
|
||||
blocking: true,
|
||||
blocking: false,
|
||||
loading: true,
|
||||
idle: false
|
||||
};
|
||||
@@ -558,7 +558,7 @@ describe('authReducer', () => {
|
||||
state = {
|
||||
authenticated: false,
|
||||
loaded: false,
|
||||
blocking: true,
|
||||
blocking: false,
|
||||
loading: true,
|
||||
authMethods: [],
|
||||
idle: false
|
||||
|
@@ -7,7 +7,7 @@ import { isNotEmpty } from '../../app/shared/empty.util';
|
||||
|
||||
@Injectable()
|
||||
export class DSpaceBrowserTransferState extends DSpaceTransferState {
|
||||
async transfer(): Promise<boolean> {
|
||||
transfer(): Promise<boolean> {
|
||||
const state = this.transferState.get<any>(DSpaceTransferState.NGRX_STATE, null);
|
||||
this.transferState.remove(DSpaceTransferState.NGRX_STATE);
|
||||
this.store.dispatch(new StoreAction(StoreActionTypes.REHYDRATE, state));
|
||||
|
Reference in New Issue
Block a user