From f8df4d1980f112d584620a34dd6f0f1f24159318 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sat, 1 Jul 2023 16:09:08 +1000 Subject: [PATCH] BUG-34: possible series list is assuming a NULL sub_book_num is taking up a slot of books in series --- BUGs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BUGs b/BUGs index 74121b3..3dcedf5 100644 --- a/BUGs +++ b/BUGs @@ -1,4 +1,4 @@ -#### BUGS (next-34) +#### BUGS (next-35) 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? @@ -12,3 +12,4 @@ BUG-31: series does not have 'series_num', so a book in 2 series, means he o outer has explicity overall ordering of books in both series, so should be ok? +BUG-34: possible series list is assuming a NULL sub_book_num is taking up a slot of books in series