From 2543e6e935f375a86c91a1f977424eaab0992019 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Tue, 22 Jun 2021 19:50:54 +1000 Subject: [PATCH] fxied -BUG-35: when restarting paweb, symlinks not in static/, also moved longer-term piece into TODO --- BUGs | 5 +---- TODO | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/BUGs b/BUGs index bbf0570..76a52ec 100644 --- a/BUGs +++ b/BUGs @@ -1,4 +1 @@ -### 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 +### Next: 39 diff --git a/TODO b/TODO index 5840482..86e17cf 100644 --- a/TODO +++ b/TODO @@ -21,6 +21,7 @@ ### BACKEND * revisit SymlinkName() and make it simpler (see comment in shared.py) + * if you change paths in settings, then re-run Initialisation checks (for symlinks to new path names) -- started on some basic optimisations (commit logs every 100 logs, not each log) - with debugs: import = 04:11, getfiledetails== 0:35:35 - without debugs: import == 04:03, getfiledetails == 0:35:36 -- not a sig diff