Skip to content

Commit 41e94d2

Browse files
committed
Fixed annotation state after adding files to session
1 parent 15fac18 commit 41e94d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/imio/esign/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def add_files_to_session(
8787
if u"{session_id}" in session["title"]:
8888
session["title"] = session["title"].replace(u"{session_id}", str(session_id))
8989
session["last_update"] = datetime.now()
90+
annot._p_changed = True
9091
return session_id, session
9192

9293

0 commit comments

Comments
 (0)