Skip to content

Commit 18cbf3c

Browse files
committed
Entire annotation structure is now persistent, remove _p_changed.
1 parent bd75f7d commit 18cbf3c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Changelog
3939
- Fixed faceted viewlet broken because sessions format changed from list to OrderedDict.
4040
[gbastien]
4141
- Turned file info in session annotation from `dict` to `PersistentMapping`.
42+
Entire annotation structure is now persistent, remove `_p_changed`.
4243
[gbastien]
4344

4445
1.0a2 (2026-02-06)

src/imio/esign/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ def add_files_to_session(
119119
if u"{session_id}" in session["title"]:
120120
session["title"] = session["title"].replace(u"{session_id}", str(session_id))
121121
session["last_update"] = datetime.now()
122-
annot._p_changed = True
123122
return session_id, session
124123

125124

0 commit comments

Comments
 (0)