fix BUG-23 (subbook/series confusion), also remove warnings about sql alchemy overlaps, and had to fix bug I introduced when editing a book where the drop-downs no longer had content based on data in form, and stopped messing with books list when iterating over it, python != c :) so using another list called processed to know if the books do not need to be processed (again) - this finally fixed books on shelf

This commit is contained in:
2023-06-11 14:22:08 +10:00
parent c23df4dac3
commit 9f5e9ff3c2
2 changed files with 28 additions and 14 deletions

1
BUGs
View File

@@ -2,7 +2,6 @@
#### BUGS (next-23)
BUG-21: parent series now showing all books (thomas covenant series)
BUG-23: saving a book with a sub? or maybe just saving more than once? is complaining about removing from a series that we have never added
### DB/back-end