This commit is contained in:
2020-07-02 13:34:46 +00:00
parent 8c14576586
commit 9432c98a6c
3 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ PRIORITY - ALWAYS Lowest level stuff first, i.e. TODO at server, api route chang
todo: consider moving canDuplicate etc from a "computed" property into methods (just drag and drop) todo: consider moving canDuplicate etc from a "computed" property into methods (just drag and drop)
in fact, look for all computed and consider them carefully because computed seems to be bullshit in fact, look for all computed and consider them carefully because computed seems to be bullshit
todo: remove translation link from customize page
todo: set network speed in dev console of firefox to regular 2g then go through all forms and confirm all still works as this will expose any await issues todo: set network speed in dev console of firefox to regular 2g then go through all forms and confirm all still works as this will expose any await issues
todo: I don't really need About on every edit form, keep it for the main top level and remove it from all the edit forms todo: I don't really need About on every edit form, keep it for the main top level and remove it from all the edit forms

View File

@@ -301,7 +301,7 @@ function generateMenu(vm) {
menuOptions.menuItems.push({ menuOptions.menuItems.push({
title: "Translation", title: "Translation",
icon: "fa-language", icon: "fa-language",
data: "adm-translation", data: "adm-translations",
key: "app:nav" key: "app:nav"
}); });

View File

@@ -1,6 +1,7 @@
<template> <template>
<v-container fluid> <v-container fluid>
<gz-report-selector ref="reportSelector"></gz-report-selector> <gz-report-selector ref="reportSelector"></gz-report-selector>
{{ formState }}
<v-row v-if="formState.ready"> <v-row v-if="formState.ready">
<v-col> <v-col>
<v-form ref="form"> <v-form ref="form">