mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 21:43:04 +00:00
Add configuration to toggle replace/transfer
This commit is contained in:

committed by
Giuseppe Digilio

parent
587e1546dc
commit
a7276b8a30
@@ -68,7 +68,9 @@ export class ServerInitService extends InitService {
|
||||
return async () => {
|
||||
this.checkAuthenticationToken();
|
||||
this.saveAppConfigForCSR();
|
||||
this.saveAppState();
|
||||
if (this.appConfig.ui.transferState) {
|
||||
this.saveAppState();
|
||||
}
|
||||
this.initCorrelationId();
|
||||
|
||||
this.checkEnvironment();
|
||||
|
Reference in New Issue
Block a user