diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index bbafa2b7..7204a126 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -108,13 +108,9 @@ 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? +todo: Put a guard around the default values for license trial fetch + using the devmode so I can keep using it as defaulted but no chance it stays that way in release mode todo: about form show real dbid not license dbid or both I guess todo: server error red box messages have \r\n characters in them todo: add system to reset password if lost diff --git a/ayanova/src/main.js b/ayanova/src/main.js index 3a8d6825..29e77c99 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -58,7 +58,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control //DEVELOPMENT MODE //THIS SHOULD BE FALSE IN RELEASE //************************************************************ -const DEV_MODE = true; +const DEV_MODE = false; //************************************************************ //************************************************************** //************************************************************** diff --git a/ayanova/src/views/adm-license.vue b/ayanova/src/views/adm-license.vue index 80090e2f..00287f8e 100644 --- a/ayanova/src/views/adm-license.vue +++ b/ayanova/src/views/adm-license.vue @@ -15,23 +15,18 @@ " > -

{{ $ay.t("NoLicenseTitle") }}

+

{{ $ay.t("NoLicenseTitle") }}

{{ $ay.t("StartEvaluation") }} - -

+

{{ $ay.t("RequestEvaluationLicense") }} -

+