This commit is contained in:
@@ -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: 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
|
- 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
|
this should fix on it's own with an update to vuetify which was just patched 2021-11-09 and not released yet
|
||||||
|
|||||||
@@ -45,9 +45,11 @@
|
|||||||
|
|
||||||
<v-list-item>
|
<v-list-item>
|
||||||
<v-list-item-content>
|
<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">{{
|
<v-list-item-subtitle class="text-wrap">{{
|
||||||
config.ayanovA_USER_FILES_PATH
|
config.ayanovA_ATTACHMENT_FILES_PATH
|
||||||
}}</v-list-item-subtitle>
|
}}</v-list-item-subtitle>
|
||||||
</v-list-item-content>
|
</v-list-item-content>
|
||||||
</v-list-item>
|
</v-list-item>
|
||||||
|
|||||||
Reference in New Issue
Block a user