fixed BUG-48 - sub book add/rem -- it was because QuickParentBook used an array and the code had been half converted to just use an object. Fixed to all be an object/dict now and its working again

This commit is contained in:
2023-10-02 18:46:00 +11:00
parent 22a625d354
commit 668a7066e0
3 changed files with 33 additions and 22 deletions

5
BUGs
View File

@@ -1,4 +1,4 @@
#### BUGS (next-47)
#### BUGS (next-49)
BUG-42: can add a sub_book_num for a series that has already been taken (or is invalid, e.g. 9999) -- DB does not enforce either
@@ -10,6 +10,3 @@ BUG-46: search (and really all books.html usage), don't deal with sub books
- 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