From d870fda830a6a4f4806725f17b3e57cfdcf443e7 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sat, 2 Oct 2021 14:49:18 +1000 Subject: [PATCH] Fixed bug-68 - FullPathOnFS() was wrong for first dir in a path --- BUGs | 1 - 1 file changed, 1 deletion(-) diff --git a/BUGs b/BUGs index 2ceaf52..935fdc0 100644 --- a/BUGs +++ b/BUGs @@ -4,6 +4,5 @@ BUG-60: entries per page (in folders view) ignores pagesize, and this also contr BUG-61: in Fullscreen mode and next/prev dropped out of FS when calling /viewlist route -- only way to fix this, is for when we POST to viewlist, it returns json, and we never leave /view/X -- then we can stay on-page, and stay in FS and then just call ViewImageOrVide() -BUG-68: I think FullPathOnFS() for a dir is wrong - see "DDP" in pa_job_manager.py BUG-69: when moving a directory (maybe files???) it creates new destination directory even if one exists... not sure what the os.replace, etc. does at that point??? BUG-70: when a dir is a match and a file is a match (common with our date-based matching), then we get 2 answers in the search