BUG-34: possible series list is assuming a NULL sub_book_num is taking up a slot of books in series

This commit is contained in:
2023-07-01 16:09:08 +10:00
parent a72912b15f
commit f8df4d1980

3
BUGs
View File

@@ -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? 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 outer has explicity overall ordering of books in both series, so
should be ok? should be ok?
BUG-34: possible series list is assuming a NULL sub_book_num is taking up a slot of books in series