Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
455f5eef
Commit
455f5eef
authored
Sep 08, 2011
by
Vincent Pelletier
Committed by
Łukasz Nowak
Sep 08, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop volatile when object is modified.
parent
bd1de519
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
product/ERP5/Document/EmailDocument.py
product/ERP5/Document/EmailDocument.py
+7
-0
No files found.
product/ERP5/Document/EmailDocument.py
View file @
455f5eef
...
...
@@ -166,6 +166,13 @@ class EmailDocument(TextDocument):
self
.
_v_message
=
result
return
result
def
_setData
(
self
,
data
):
super
(
EmailDocument
,
self
).
_setData
(
data
)
try
:
del
self
.
_v_message
except
AttributeError
:
pass
def
_getMessageTextPart
(
self
):
"""
Return the main text part of the message data
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment