Project

General

Profile

How to modify an email template

Added by cc cc over 1 year ago

Dears,
The email notification about an issue update contains two parts:
  1. information from journal what have changed
  2. issue overview

Sometimes the full issue overview is very long,because I defined many fields in an issue,and My question is:
How to modify an email template to implement custom content or How to delete the second part(issue overview) in the email notification?

Redmine version: 4.0.2-1

Thank you!


Replies (1)

RE: How to modify an email template - Added by cc cc over 1 year ago


I have done it.
I edited 4 files:
xxx\redmine-4.0.2-1\apps\redmine\htdocs\app\views\mailer\
   _issue.html.erb
    _issue.text.erb
    issue_edit.html.erb
    issue_edit.text.erb

reference topic:
[https://www.redmine.org/boards/2/topics/50644]

    (1-1/1)