• Vincent Pelletier's avatar
    CMFActivity.ActivityTool: Use uid for identity check instead of oid. · 06aee0c2
    Vincent Pelletier authored
    uids are a way one can signal that different objects (from a ZODB point of
    view, and hence an oid point of view) are actually to be considered as the
    same objet (from a higher abstration point of view). For example, another
    variant of the same object, as imported over an older variant.
    In turn, this allows extending the protection to activities spawned from
    brains, and not just from live objects.
    06aee0c2
ActivityTool.py 71.1 KB