From c85b3fe4be96543bf408bbe98837e8d7a31f6dae Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Mon, 2 Oct 2023 18:42:35 +1100 Subject: [PATCH] added 2 new BUGs, order on shelf is wrong with new books in it? and add sub-book (and rem?) broken --- BUGs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BUGs b/BUGs index 4b27d0c..91d76f2 100644 --- a/BUGs +++ b/BUGs @@ -8,3 +8,8 @@ BUG-46: search (and really all books.html usage), don't deal with sub books (so the code I wrote for author//books) and use that for search for example - test with search for 'dune' - also test with authors book list for frank herbert + +BUG-47: books on shelf ordering is not working (prod data only?) + +BUG-48: all books only have 'remove sub book' button, no more add, and it should not be there unless you are a sub book + - first part fixed (the right button now appears), none of the sub-book adding with a series seems to work