This commit is contained in:
2021-12-08 16:12:08 +00:00
parent 30e7a0dd88
commit e0a2c802f1
2 changed files with 5 additions and 3 deletions

View File

@@ -326,7 +326,7 @@ function ayGroupByTag(reportDataArray, tagContains) {
\_____|______|_____|______|_| \_| |_|
- 1 fixed?? changed to attachment files path : for some reason user files path is blank in server settings under ops in ayanova app on linux desktop when using the single data path folder, check in windows
- 1 todo: First print if it's downloading or will need to download chromium it should state there will be a delay while it attempts to download and install chromium render engine
- 1 todo: firefox schedule fix: https://github.com/vuetifyjs/vuetify/issues/14243#issuecomment-944907925
this should fix on it's own with an update to vuetify which was just patched 2021-11-09 and not released yet

View File

@@ -45,9 +45,11 @@
<v-list-item>
<v-list-item-content>
<v-list-item-title>AYANOVA_USER_FILES_PATH</v-list-item-title>
<v-list-item-title
>AYANOVA_ATTACHMENT_FILES_PATH</v-list-item-title
>
<v-list-item-subtitle class="text-wrap">{{
config.ayanovA_USER_FILES_PATH
config.ayanovA_ATTACHMENT_FILES_PATH
}}</v-list-item-subtitle>
</v-list-item-content>
</v-list-item>