From 4a5bde559d60d6f51400b8b010f8eb3613e2ee2d Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sat, 19 Mar 2022 11:39:54 +1100 Subject: [PATCH] still have a BUG with locn data format being munged in the ORM/DB --- BUGs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BUGs b/BUGs index 636b4d8..ba17981 100644 --- a/BUGs +++ b/BUGs @@ -1,3 +1,4 @@ -### Next: 85 +### Next: 87 BUG-60: entries per page in flat view will get how_many from each top-level dir in PATH - causes viewer to get lost in eids for last_eid BUG-85: once we rebuild data from scratch, need to reset just clean out pa_user_state's +BUG-86: had some face locn data be in { } not [ ] again -- I think we need to stop using locn in the DB and instead use a tmp_locn or something else -- no way to touch the DB data then