From 3be2b6ee58461499efa850f6e78e15747ecda424 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sun, 10 Oct 2021 11:29:49 +1100 Subject: [PATCH] add BUG-71 - size is lost from view details, and causes 503 --- BUGs | 1 + 1 file changed, 1 insertion(+) diff --git a/BUGs b/BUGs index 935fdc0..667e719 100644 --- a/BUGs +++ b/BUGs @@ -6,3 +6,4 @@ BUG-61: in Fullscreen mode and next/prev dropped out of FS when calling /viewlis -- then we can stay on-page, and stay in FS and then just call ViewImageOrVide() 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 +BUG-71: from some views (view import details, then search) -> it loses the 'size' value and then barfs when putting an empty size val in the pa_prefs table