This commit is contained in:
2020-01-29 21:59:01 +00:00
parent 9bcc14247e
commit ec6cf3b09c
2 changed files with 51 additions and 7 deletions

View File

@@ -13,6 +13,7 @@ export default {
//
//step 1: build an array of keys that we don't have already
//Note: this will ensure only unique keys go into the store so it's safe to call this with dupes as can happen
//for example datatables have dynamic column names so they need to fetch on demand
var needIt = [];
for (var i = 0; i < keys.length; i++) {
if (!window.$gz._.has(window.$gz.store.state.localeText, keys[i])) {