From b34fc4edf929f8929b77953c043bb668cc6dbd84 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sat, 5 Dec 2020 20:16:00 +1100 Subject: [PATCH] removed old, added new --- BUGs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/BUGs b/BUGs index e8d59ba..42e3421 100644 --- a/BUGs +++ b/BUGs @@ -4,6 +4,7 @@ series does not deal with calcd_rating... alter a condition, covertype, etc. and its not in drop-down list (even though db look via index is correct, e.g books.html shows updated covertype) book form is not validating (year published) -save book, notes/forms not sticking -tried publisher, firstly the has id="publisher", but not -name="publisher", so request.form does not have field publisher, hand-hacking that and then int/str mismatch... I think need to read up on how to take select 'value' as the int value of the chosen option + +search only retrieves books (so if I retrieve a sub-book, its not obvious - do I care?) + +when editing a sub-book, you can change fields that are impossible (e.g. covertype/condition - as they are physical)