Skip to content

Commit 40e14a3

Browse files
Andrea Barbassovins01-4science
authored andcommitted
Merged in task/dspace-cris-2023_02_x/DSC-1828 (pull request DSpace#1958)
[DSC-1828] fix cookie consent modal not showing via click on footer link Approved-by: Vincenzo Mecca
2 parents 5320325 + fb635d3 commit 40e14a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/cookies/browser-klaro.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ export class BrowserKlaroService extends KlaroService {
264264
* Show the cookie consent form
265265
*/
266266
showSettings() {
267-
this.lazyKlaro.then(({show}) => show(this.klaroConfig));
267+
void this.lazyKlaro.then(({show}) => show(this.klaroConfig, true));
268268
}
269269

270270
/**

0 commit comments

Comments
 (0)