fixed CRUD series bugs

This commit is contained in:
2020-12-30 23:37:11 +11:00
parent ef852d52b0
commit f9db9bc271

2
BUGs
View File

@@ -12,5 +12,3 @@
* 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?
* if you add a sub-book, then fail to validate (say no genre), then it takes you back, you click a genre (BUT it has lost th eparent association), so it adds a book, not a sub-book
* CRUD series is not showing message, and isnt trapping errors (current * constraint is for num_books > 0 and its not catching that)