• Vincent Pelletier's avatar
    CopySupport: Stop using volatile attributes. · 68d0c366
    Vincent Pelletier authored
    Volatile attributes may disappear from one statement to the next.
    Make code reliable by moving it one level up the call stack, removing the
    need for volatile attributes.
    _setId and _postCopy get back to their original "copy of OFS.CopySupport"
    status (see comment at beginning of file).
    68d0c366
CopySupport.py 23.1 KB