fixed BUG-86 - last places changed from locn to tmp_locn

This commit is contained in:
2022-06-10 16:49:03 +10:00
parent 3d30d21763
commit 18ec0f87f5
3 changed files with 5 additions and 5 deletions

1
BUGs
View File

@@ -1,7 +1,6 @@
### Next: 88
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
BUG-87: using Person->show matches->then view an image shows bug in viewer with msising data in json -- that same image via a filename search works...
-- seems some faces have an empty locn, but do have a w and h... (ORM - tmp_locn vs locn???)
# select id, locn, w, h from face where locn is null;