Skip to content

v1.1.5 — Fixed

Choose a tag to compare

@vavallee vavallee released this 22 Apr 04:43
· 677 commits to main since this release

Fixed

  • Authors tab empty after adding author (#339) — authors added via the UI or the AddBook implicit-create path were stored with owner_user_id = NULL because Create() always called CreateForUser with a hardcoded zero. The Authors list query filters by the authenticated user's ID, so every freshly-added author was invisible in the tab even though it existed in the database. Both creation sites now pass the user ID from the request context, so authors are correctly owned and appear immediately.