From f5dfb92db1b5a837bc58fb4d3c63e51f9f7c8cc6 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sat, 4 Jan 2025 22:04:36 +1100 Subject: [PATCH] removing BUG-128 its a duplicate of BUG-123 --- BUGs | 1 - 1 file changed, 1 deletion(-) diff --git a/BUGs b/BUGs index fb34720..d436334 100644 --- a/BUGs +++ b/BUGs @@ -19,7 +19,6 @@ BUG-125: when an image is highlighted, then post the contextmenu on a different There is a chance we need to change the document on click to a mouse down (or whatever the context menu uses for default), rather than just fix the highlight -BUG-128: when restarting padb underneath pa, next web requests cause a 500... (need to better catch sql I think, and maybe just retry?) BUG-130: moving files and then trying to go next page and it got confused... BUG-132: right arrow to go to next photo in viewer ALSO scrolls to the right, needs a return somewhere in the jscript BUG-133: when rebuilding pa[dev], the first run fails to have symlinks to the right paths for Import/Storage, etc. a simple restart fixes - so potentially the intial copy or some other race condition?