• Vincent Pelletier's avatar
    Base._getAcquireLocalRoles: Optimise. · 213974eb
    Vincent Pelletier authored
    This is called when checking access permission on objects, which happens
    very often. CachingMethod has a hit cost which is too high for this use.
    Instead, generate this method as part of the portal type class, removing
    all call-time logic.
    213974eb
ERP5Type.py 35.6 KB