From 7691fd922f364fe8bddb757d83f9413c688779cf Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Wed, 30 Dec 2020 23:12:56 +1100 Subject: [PATCH] noting bug for series CRUD --- BUGs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUGs b/BUGs index c36687c..ee53a18 100644 --- a/BUGs +++ b/BUGs @@ -12,3 +12,5 @@ * 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)