This commit is contained in:
2020-06-26 13:46:22 +00:00
parent 435b0ad08f
commit af259a1803
2 changed files with 16 additions and 3 deletions

View File

@@ -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

View File

@@ -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"
});
}