This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user