misc/migration/3.16.1_Any.py
author David Douard <david.douard@logilab.fr>
Mon, 29 Feb 2016 17:07:56 +0100
changeset 11339 67373614e125
parent 8724 1beab80aed23
permissions -rw-r--r--
[web/session] make sure not to modify an inner value of session.data (closes #11217958) When we modify a mutable value stored in the session's data (dict-like object) we prevent an alternative session data handler (eg. pyramid-redis-session) from detecting this update and synchronizing it in its backend (like redis).

sync_schema_props_perms(('State', 'state_of', 'Workflow'), commit=False)
sync_schema_props_perms(('State', 'name', 'String'))