Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
0e6980a9
Commit
0e6980a9
authored
7 years ago
by
Auke Klazema
Browse files
Options
Downloads
Patches
Plain Diff
Task #9893: Wrong email template was used when obs goes to scheduled
parent
1ffb37bc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SAS/TriggerEmailService/Server/lib/Templates.py
+3
-3
3 additions, 3 deletions
SAS/TriggerEmailService/Server/lib/Templates.py
with
3 additions
and
3 deletions
SAS/TriggerEmailService/Server/lib/Templates.py
+
3
−
3
View file @
0e6980a9
RECEIVED_TEMPLATE_SUBJECT
=
"""
%(PROJECTNAME)s trigger %(TRIGGERID)s received
"""
ACCEPTED_TEMPLATE_SUBJECT
=
"""
%(PROJECTNAME)s trigger %(TRIGGERID)s
complet
ed
"""
ACCEPTED_TEMPLATE_SUBJECT
=
"""
%(PROJECTNAME)s trigger %(TRIGGERID)s
schedul
ed
"""
REJECTED_TEMPLATE_SUBJECT
=
"""
%(PROJECTNAME)s trigger %(TRIGGERID)s cancelled
"""
ABORTED_TEMPLATE_SUBJECT
=
"""
%(PROJECTNAME)s trigger %(TRIGGERID)s aborted
"""
FINISHED_TEMPLATE_SUBJECT
=
"""
%(PROJECTNAME)s trigger %(TRIGGERID)s completed
"""
...
...
@@ -17,9 +17,9 @@ ACCEPTED_TEMPLATE_BODY = """Dear PI/Project Contact,
This is a follow up message for the trigger for your project %(PROJECTNAME)s with ID %(TRIGGERID)s.
The trigger
ed observations have complet
ed.
The trigger
has been schedul
ed.
The observation IDs are %(OBSSASID)s, the MoM ID
is
%(OBSMOMID)s.
The observation IDs are %(OBSSASID)s, the MoM ID
s are
%(OBSMOMID)s.
To follow the progress and check the details, please check the observation in MoM %(MOMLINK)s.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment