diff --git a/BUGs b/BUGs index 5ac1131..500844b 100644 --- a/BUGs +++ b/BUGs @@ -1 +1,7 @@ -### Next: 35 +### Next: 38 +BUG-35: when restarting paweb, the symlinks in static/* are missing, so view file (and move/delete) dont work. + - suggest the validation code at the start of pa_job_manager, just creates the Symlink, and then remove creation of symlink in Import + -- need to consider when someone adds/modifies paths in settings, to revalidate +BUG-36: view details is just doing it for ALL entries, so this needs a how_many / offset or is too SLOW (may in fact need to re-think this whole view - might make more sense to be a toggle on an exising file view, OR, search?) +BUG-37: fa*stack* is causing the folder alignment to be out, really should rethink the whole of how font-awesome works - I wonder if a quick gif/svg for all would be more reliable? + - at least combine the folder/back arrow and make a new icon that doesnt require the fa-stack* classes