This commit is contained in:
@@ -5,8 +5,21 @@ PRIORITY - ALWAYS Lowest level stuff first, i.e. TODO at server, api route chang
|
|||||||
|
|
||||||
todo: Administration - Attached files manager
|
todo: Administration - Attached files manager
|
||||||
replicate v7
|
replicate v7
|
||||||
look for cases related to this
|
add sync check job callable on demand
|
||||||
check specs
|
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
|
todo: Administration - History
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ export default {
|
|||||||
window.$gz.eventBus.$emit("menu-change", {
|
window.$gz.eventBus.$emit("menu-change", {
|
||||||
isMain: true,
|
isMain: true,
|
||||||
icon: "fa-folder",
|
icon: "fa-folder",
|
||||||
title: this.$ay.t("Attachments"),
|
title: "Attachments",
|
||||||
helpUrl: "form-adm-attachments"
|
helpUrl: "form-adm-attachments"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user