diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index d3f3dcfc..bbafa2b7 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -108,7 +108,10 @@ todo: License testing (I know it's working when these things all pass) ################################# - +todo: login form when no license should allow to change language + Show each language underneath in a row as hyperlinks in their own name and clicking on them automatically changes local + language setting, also maybe changes the user options for superuser? + todo: why is the dbid changing every reboot during testing? That shouldn't happen should it? diff --git a/ayanova/src/views/adm-license.vue b/ayanova/src/views/adm-license.vue index 44fb0d18..b92921ee 100644 --- a/ayanova/src/views/adm-license.vue +++ b/ayanova/src/views/adm-license.vue @@ -79,7 +79,7 @@ $ay.t('SendRequest'){{ $ay.t("SendEvaluationRequest") }} @@ -417,6 +417,7 @@ function initForm(vm) { function fetchTranslatedText(vm) { return window.$gz.translation.cacheTranslations([ "CheckForLicense", + "SendEvaluationRequest", "NoLicenseTitle", "StartEvaluation", "PurchaseLicense",