tryJournalById returns entire request #42
Loading…
x
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.tryJournalByIdfunction (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