This commit is contained in:
2021-01-04 20:27:46 +00:00
parent 71a68243bf
commit 1da4787f9d
2 changed files with 3 additions and 2 deletions

View File

@@ -52,7 +52,6 @@ todo: NEXT DEPLOY TO DEVOPS attach a photo from phone, no error just does nothin
todo: test v8migrate on big shitty database
todo: client gzutil:iconfortype missing all the recent new objects (mostly)
todo: search form object list add service bank

View File

@@ -289,7 +289,9 @@ export default {
window.$gz.form.setErrorBoxErrors(vm);
} else {
vm.moreAvailable = res.data.events.length == DEFAULT_EVENTS_PAGE_SIZE;
vm.name = res.data.name;
vm.name = await window.$gz.translation.translateStringWithMultipleKeys(
res.data.name
);
let temp = res.data.events;
let currentEventCount = vm.obj.length;
let timeZoneName = window.$gz.locale.getBrowserTimeZoneName();