From 6a43cd23d1d8c22ff1bd7f9d41e30c3666b17195 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sat, 1 Jul 2023 14:33:05 +1000 Subject: [PATCH] about to test this in prod, but BUG-6 (finally) and BUG-32 are now fixed --- BUGs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/BUGs b/BUGs index 14826e8..0bcd9ef 100644 --- a/BUGs +++ b/BUGs @@ -1,12 +1,5 @@ #### BUGS (next-33) -BUG-6: author does not have explicit ordering like sub-books... - - author inserts need author_num [DONE] - - books on shelf now works with new code [DONE] - TEST THIS - ITS A BREAKING CHANGE.... check every where I used - book.author -> book.bals[]->author - - BUG-7: if you remove a series from a book, it won't appear in the series drop-down if it is the first 'missing' book in that series -- either reset the list, or show all series always? BUG-30: failed to add a book with 2 x same author (need to catch error @@ -18,6 +11,3 @@ BUG-31: series does not have 'series_num', so a book in 2 series, means he o a larger one, and numbering implies the inner (smaller number), and outer has explicity overall ordering of books in both series, so should be ok? - -BUG-32: for book 1546 (with 2 sub-books, 1 with 2 authors), saving it causes 'series removal' dbox to come up - (no series though)