Files
books/BUGs

15 lines
614 B
Plaintext

### fix to get this working with bs 5...
#### BUGS (next-30)
### DB/back-end
### UI not updating after DB change:
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?
### ordering of data in UI:
BUG-6: author,series, etc. do not have explicit ordering like sub-books... sort of irritating / needs code and DB fix
- add/remove authors, and after save they are ordered by author.id, not order of addition (prob. needs book_author_link to have an auth_num)
#### SHOWSTOPPER: