24 lines
1.3 KiB
Plaintext
24 lines
1.3 KiB
Plaintext
#### BUGS (next-38)
|
|
|
|
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
|
|
or maybe mess with author list to remove duplicate potentials?)
|
|
|
|
BUG-31: series does not have 'series_num', so a book in 2 series, means he ordering is not explicit
|
|
-> NEED TO display them in order of smallest num_books first
|
|
|
|
BUG-35: when I created a new book with 2 authors, on wish list, with 2 series (even 1 seems ot be an issue) - A weird internal flask external_validators issue was raised.
|
|
testing in DEV it works, trying in container I get the book being added, but the series is not
|
|
- test in PROD, now we have removed CRUD direct sqls
|
|
|
|
BUG-36: when creating a book and missing genre BUT also on wish list, it says its not on wishlist
|
|
|
|
BUG-37: should allow deleting from 'On Wishlist' as well
|
|
|
|
BUG-38: books on shelf should not show books on Loan
|
|
|
|
BUG-39: Loaned to "info box" is below save, not to the left? (or somehow better anyway, it looks pox now)
|
|
|
|
BUG-40: create Author, publisher, genre, condition, covertype all fail with internal server error
|