This commit is contained in:
@@ -289,9 +289,7 @@ export default {
|
|||||||
window.$gz.form.setErrorBoxErrors(vm);
|
window.$gz.form.setErrorBoxErrors(vm);
|
||||||
} else {
|
} else {
|
||||||
vm.moreAvailable = res.data.events.length == DEFAULT_EVENTS_PAGE_SIZE;
|
vm.moreAvailable = res.data.events.length == DEFAULT_EVENTS_PAGE_SIZE;
|
||||||
vm.name = await window.$gz.translation.translateStringWithMultipleKeys(
|
vm.name = res.data.name;
|
||||||
res.data.name
|
|
||||||
);
|
|
||||||
let temp = res.data.events;
|
let temp = res.data.events;
|
||||||
let currentEventCount = vm.obj.length;
|
let currentEventCount = vm.obj.length;
|
||||||
let timeZoneName = window.$gz.locale.getBrowserTimeZoneName();
|
let timeZoneName = window.$gz.locale.getBrowserTimeZoneName();
|
||||||
@@ -304,6 +302,11 @@ export default {
|
|||||||
languageName,
|
languageName,
|
||||||
hour12
|
hour12
|
||||||
);
|
);
|
||||||
|
temp[
|
||||||
|
i
|
||||||
|
].name = await window.$gz.translation.translateStringWithMultipleKeys(
|
||||||
|
temp[i].name
|
||||||
|
);
|
||||||
|
|
||||||
temp[i].index = currentEventCount + i;
|
temp[i].index = currentEventCount + i;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user