From d019dc7960fe09a0ca976d98eaa87bcd6d92ab70 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Fri, 3 Oct 2025 21:40:59 +1000 Subject: [PATCH] more things to test/fix --- TODO | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TODO b/TODO index c3226c0..54c4fce 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,13 @@ ### # get override data into view +# think view_transform might need to be included? +# should start with an empty DB and test - definitely no dirs in storage_sp gives: +# dir_id=dir_arr[0] +# IndexError: list index out of range +# empty directories are sometimes showing "No matches for: 'undefined'" <- should only comes up for search in URL??? +# transforms in files_* also fails (old js in *transform uses current) +# also all the add ref img/add override, etc are non-functional - FIX the override* stuff first to get table/naming consistency as that is half the problem +# delete button also uses current? (eid is empty anyway) ### ### major fix - go to everywhere I call GetEntries(), and redo the logic totally...