Avanade/Beef

Patch cache issue

chullybun opened this issue · 1 comments

There is an issue with a Patch operation where a call in the business manager Update method is being made to the Get method to get the current state. This is being done so that the current state can be compared to the requested update state for some validation. What we are finding is that the object being returned by the Get method is the same object as passed to the Update method.

Fixed. NuGet Beef.AspNetCore.WebApi version 4.1.6 package.