github vavallee/bindery v1.1.5
v1.1.5 — Fixed

latest releases: v1.22.0, v1.21.0, v1.20.0...
2 months ago

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.

Don't miss a new bindery release

NewReleases is sending notifications on new releases.