tryJournalById returns entire request #42
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: bit-badger/myPrayerJournal#42
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
Data.tryJournalById
function (called byHandlers.Request.get
) is returning the entire request, including notes and history, which it should not be doing - that's whatData.tryFullRequestById
(called byHandlers.Request.getFull
) is for. Modify it to return the request with empty history and notes arrays.(This was broken in the v2 conversion between EF Core and RavenDB.)
Fixed in v2.1.4