From 56bfd498220102e3c3ec9a2a96be0c3d94fd384b Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sun, 6 Dec 2020 15:34:48 +1100 Subject: [PATCH] added new BUGs re: authors for books --- BUGs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/BUGs b/BUGs index c16750b..53ce13f 100644 --- a/BUGs +++ b/BUGs @@ -1,6 +1,6 @@ -series does not deal with calcd_rating... +* series does not deal with calcd_rating... (on edit could, recalc as a catch-all, and obviously if we change a single book's rating, we should re-calc) - -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) +* 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) +* add/remove authors, and after save they are ordered by author.id, not order of addition (prob. needs book_author_link to have an auth_num) +* show books, only shows first author