We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_p_changed
1 parent bd75f7d commit 18cbf3cCopy full SHA for 18cbf3c
CHANGES.rst
@@ -39,6 +39,7 @@ Changelog
39
- Fixed faceted viewlet broken because sessions format changed from list to OrderedDict.
40
[gbastien]
41
- Turned file info in session annotation from `dict` to `PersistentMapping`.
42
+ Entire annotation structure is now persistent, remove `_p_changed`.
43
44
45
1.0a2 (2026-02-06)
src/imio/esign/utils.py
@@ -119,7 +119,6 @@ def add_files_to_session(
119
if u"{session_id}" in session["title"]:
120
session["title"] = session["title"].replace(u"{session_id}", str(session_id))
121
session["last_update"] = datetime.now()
122
- annot._p_changed = True
123
return session_id, session
124
125
0 commit comments