fix (new) BUG where removing a parent book from a series caused error with bsl-book-num missing. Also flagged 2 spots for dealing with removing parent/child books from a series better, and stopped any attempt to for now

This commit is contained in:
2021-01-06 20:39:51 +11:00
parent 47119cf7f8
commit d43dabff9b
3 changed files with 30 additions and 16 deletions

4
README
View File

@@ -31,9 +31,9 @@ python3 main.py
MAYBE-1: when moving a book in a series (which is part of 2 series), do we pop-up offer to move parent/child series orders as well to match (think Thomas Covenant)
#### TODOS (next 22):
TODO-3: when remove a Parent book from a series:
TODO-3: when remove a Parent book from a series (condition in code marked with BUG):
- popup with: remove all sub books from series too?
TODO-4: removing a subbook from a series
TODO-4: removing a subbook from a series (condition in code marked with BUG)
- dont allow it & say remove sub book form parent book before we can act on this. OR:
- popup with: this is a subbook, you want to remove the parent & all its sub books from the series?
TODO-5: should deleting really just ask if want to mark it as SOLD?