made RemoveDuplicateAuthorInForm() func to remove duplicate code
This commit is contained in:
6
BUGs
6
BUGs
@@ -1,11 +1,7 @@
|
||||
#### BUGS (next-46)
|
||||
|
||||
BUG-41: failed to add a book with 2 x same series - implement same fix as for duplicate authors (search for processed_bal) - should
|
||||
actually turn processed_bal into a function, as its used twice, and maybe able to make it 4 times for series as well if think hard enough.
|
||||
e.g.
|
||||
bals, message = RemoveDuplicatesFromForm( what )
|
||||
# what == "author" or "series" and then hardcode 'author-' or 'book-bsl-'
|
||||
ALSO stop being inconsistent its bal or bals?
|
||||
actually turn processed_bal into a function, as its used twice, then do similar for series
|
||||
|
||||
BUG-42: bug-7 removed as bug-41 covers the more useful version of this AND what we also need (this bug) is not allowing adding a
|
||||
sub_book_num for a series that has already been taken -- not sure the DB enforces either
|
||||
|
||||
Reference in New Issue
Block a user