Skip to content
Code-Schnipsel Gruppen Projekte
  • Henning Leutz's avatar
    0c8cdea6
    fix(Handler): no internal instance cache · 0c8cdea6
    verfasst von Henning Leutz
    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.
    fix(Handler): no internal instance cache
    verfasst von Henning Leutz
    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.