From af259a1803c1f9f73eede8ccb618b4eba347d758 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 26 Jun 2020 13:46:22 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 17 +++++++++++++++-- ayanova/src/views/adm-attachments.vue | 2 +- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 2d3d8c7b..4291f3c6 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -5,8 +5,21 @@ PRIORITY - ALWAYS Lowest level stuff first, i.e. TODO at server, api route chang todo: Administration - Attached files manager replicate v7 - look for cases related to this - check specs + add sync check job callable on demand + iterate files, if physically present then flag as such + make sure it has a short circuit that if there are NO files physically then all are out of sync + this scenario is someone moving a db and not moving physical files + add sync status to db table so can show in grid + + make a datalist to return this + delete selected files from dbmanager + download file from dbmanager + rename? + open attached object + show icon of object type in grid + show full physical path and name + (going to be hella long) + todo: Administration - History diff --git a/ayanova/src/views/adm-attachments.vue b/ayanova/src/views/adm-attachments.vue index 6d3d5612..229f6e24 100644 --- a/ayanova/src/views/adm-attachments.vue +++ b/ayanova/src/views/adm-attachments.vue @@ -13,7 +13,7 @@ export default { window.$gz.eventBus.$emit("menu-change", { isMain: true, icon: "fa-folder", - title: this.$ay.t("Attachments"), + title: "Attachments", helpUrl: "form-adm-attachments" }); }