From e0f16e2a9e45ec3f8c7fb09a274b3274a720c7f1 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 30 Jun 2020 18:21:53 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 22 ++++----- ayanova/src/views/adm-attachments.vue | 67 +++++++++++++++++++++++++-- 2 files changed, 71 insertions(+), 18 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 141fb431..4cb24e85 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -6,21 +6,17 @@ PRIORITY - ALWAYS Lowest level stuff first, i.e. TODO at server, api route chang todo: Administration - Attached files manager replicate v7 - - DELETE bulk OP - delete selected file Attachments db record and physical file if present or just the fileAttachment if missing the physical file - This is how you fix broken missing file links, because it's bulk it's not too onerous + BULK OPS + DELETE bulk OP + delete selected file Attachments db record and physical file if present or just the fileAttachment if missing the physical file + This is how you fix broken missing file links, because it's bulk it's not too onerous + MOVE bulk op + Select one ore more files then select MOVE + UI pops up to select object type and manually type in the id + it then checks to see that that object exists before moving them to it - - Add physical file path to grid data +Add physical file path to grid data REplace notes with physical file path for grid but keep notes in there as an option` - - MOVE bulk op - Select one ore more files then select MOVE - UI pops up to select object type and manually type in the id - it then checks to see that that object exists before moving them to it - - TESTING: Delete a file that's been attached in windows diff --git a/ayanova/src/views/adm-attachments.vue b/ayanova/src/views/adm-attachments.vue index 93345a7f..61dfa324 100644 --- a/ayanova/src/views/adm-attachments.vue +++ b/ayanova/src/views/adm-attachments.vue @@ -12,7 +12,7 @@ v-on:selection-change="handleSelected" > - {{ selectedItems }} +