Skip to content

Commit 03e0cfa

Browse files
Mattia VianelliAndrea Barbasso
authored andcommitted
Merged in task/dspace-cris-2023_02_x/DSC-2817 (pull request DSpace#4378)
DSC-2817 Moved config for universal to default-app-config.ts, set transferState to false Approved-by: Andrea Barbasso
2 parents e36683e + abb94c7 commit 03e0cfa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/environments/environment.production.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const environment: Partial<BuildConfig> = {
99
async: true,
1010
time: false,
1111
inlineCriticalCss: false,
12-
transferState: true,
12+
transferState: false,
1313
replaceRestUrl: false,
1414
paths: [ '/home', '/items/', '/entities/', '/collections/', '/communities/', '/bitstream/', '/bitstreams/', '/handle/', '/reload/', '/lucky-search' ],
1515
enableSearchComponent: false,

src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const environment: Partial<BuildConfig> = {
1414
async: true,
1515
time: false,
1616
inlineCriticalCss: false,
17-
transferState: true,
17+
transferState: false,
1818
replaceRestUrl: false,
1919
paths: [ '/home', '/items/', '/entities/', '/collections/', '/communities/', '/bitstream/', '/bitstreams/', '/handle/', '/reload/', '/lucky-search' ],
2020
enableSearchComponent: false,

0 commit comments

Comments
 (0)