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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alecs_myu
erp5
Commits
f15fe86e
Commit
f15fe86e
authored
Jun 28, 2013
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CMFActivity: add the uid of failed messages in mail notifications
parent
1e550c0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
product/CMFActivity/ActivityTool.py
product/CMFActivity/ActivityTool.py
+2
-1
No files found.
product/CMFActivity/ActivityTool.py
View file @
f15fe86e
...
@@ -353,13 +353,14 @@ Subject: %s: %s/%s
...
@@ -353,13 +353,14 @@ Subject: %s: %s/%s
Node: %s
Node: %s
Failures: %s
Failures: %s
User name: %r
User name: %r
Uid: %u
Document: %s
Document: %s
Method: %s
Method: %s
Arguments: %r
Arguments: %r
Named Parameters: %r
Named Parameters: %r
"""
%
(
email_from_name
,
activity_tool
.
email_from_address
,
user_email
,
message
,
"""
%
(
email_from_name
,
activity_tool
.
email_from_address
,
user_email
,
message
,
path
,
self
.
method_id
,
activity_tool
.
getCurrentNode
(),
fail_count
,
path
,
self
.
method_id
,
activity_tool
.
getCurrentNode
(),
fail_count
,
self
.
user_name
,
path
,
self
.
method_id
,
self
.
args
,
self
.
kw
)
self
.
user_name
,
self
.
line
.
uid
,
path
,
self
.
method_id
,
self
.
args
,
self
.
kw
)
if
self
.
traceback
:
if
self
.
traceback
:
mail_text
+=
'
\
n
Exception:
\
n
'
+
self
.
traceback
mail_text
+=
'
\
n
Exception:
\
n
'
+
self
.
traceback
if
self
.
call_traceback
:
if
self
.
call_traceback
:
...
...
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