fix BUG-141, crashing pa_job_manager when transforming a non-Image

This commit is contained in:
2025-10-28 22:04:47 +11:00
parent d247ecec54
commit bc2d4384c9
2 changed files with 6 additions and 2 deletions

3
BUGs
View File

@@ -1,7 +1,6 @@
### Next: 146
BUG-143: if I skip next fast enough in files_ip, it can get the warning about changes to entry list... (would have though I disabled next page until loaded)
BUG-142: after transforming, the face data is still in the old spots, really should delete it / make it recalc
BUG-141: can currently try to flip a video (in a highlighted group)
BUG-142: after transforming, the face data is still in the old spots, really should delete it - any change invalidates the face match
BUG-140: When db is restarted underneath PA, it crashes job mgr... It should just accept timeouts, and keep trying to reconnect every 2? mins
BUG-125: when an image is highlighted, then post the contextmenu on a different image - the highlight does not move to the new image
and the selected menu function processes the original or the new depending on the way the code works.