Skip to content

fix(Handler): no internal instance cache

Henning Leutz schlägt vor, next-2.x in main zu mergen.

For orders this is not needed. the internal instance cache causes more problems due to the mix between uuid and id cache. the internal cache on uuid / id was therefore removed. Orders have the data freshly fetched from the db anyway. therefore unnecessary. In addition, a wrong order object was repeatedly retrieved when sending mail.

Merge Request-Berichte