Skip to content
Snippets Groups Projects
Commit 1b3560a4 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Merge branch 'bugfix/store-naming' into 'master'

bugfix: change name of call to store

See merge request !252
parents c5e90fe7 21ad0cea
No related branches found
No related tags found
1 merge request!252bugfix: change name of call to store
Pipeline #8849 failed with stage
in 1 hour
......@@ -404,7 +404,7 @@ async function manageSelectLanguage() {
if (item.component.value.languages['@id'] == resource['@id']) {
var redirect = baseUrl + '/' + (await resource.code).toLowerCase() + '/'+pathAfterThePrefix
store.selectLanguage((await resource.code).toLowerCase());
sibStore.selectLanguage((await resource.code).toLowerCase());
document.location.href = redirect
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment