From 2a593fc9cbd7099353a062242b6629a1ef097d65 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sun, 10 Oct 2021 20:31:55 +1100 Subject: [PATCH] BUG-73 -> settings url_for issue --- BUGs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BUGs b/BUGs index 6427fce..807d36b 100644 --- a/BUGs +++ b/BUGs @@ -1,4 +1,4 @@ -### Next: 72 +### Next: 73 BUG-56: when making a viewing list of AI:mich, (any search?) and going past the page_size, it gets the wrong data from the DB for the 'next' entry BUG-60: entries per page (in folders view) ignores pagesize, and this also contributes to BUG-56 I think BUG-61: in Fullscreen mode and next/prev dropped out of FS when calling /viewlist route @@ -8,3 +8,4 @@ BUG-69: when moving a directory (maybe files???) it creates new destination dire 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-72: when re-scanning import dir, I always regen hash for 20201225_181843.jpg - why? -- also happened for a lot of storage photos, see job: 909 +BUG-73: NameError NameError: name 'url_for' is not defined (saving settings)