From 4842a1bc911133a013873e8a47473e21ad6335f2 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Fri, 8 Jan 2021 13:14:01 +1100 Subject: [PATCH] added BUG-15 - https doing http submits --- BUGs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUGs b/BUGs index aef1f3a..467e718 100644 --- a/BUGs +++ b/BUGs @@ -12,3 +12,5 @@ BUG-7: if you remove a series from a book, it won't appear in the series drop-d ### 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: