all over the place with comments and console statements but now properly chains all the calls for login (except translation may have an issue)
This commit is contained in:
@@ -730,7 +730,7 @@ async function fetchTranslatedHeaderNames(columnData) {
|
||||
headerKeys.push(cm.cm);
|
||||
}
|
||||
//Now fetch all the keys and await the response before returning
|
||||
await window.$gz.translation.fetch(headerKeys).then(() => {
|
||||
await window.$gz.translation.cacheTranslations(headerKeys).then(() => {
|
||||
return;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user