Actions
Feature #33583
closed
Hiding fields in email notifications
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email notifications
Target version:
-
Resolution:
Invalid
Description
I use Redmine in medical projects and I've created lot of custom fields with sensitive data. All that fields are neccesary in our workflow. Is it possible to restrict content of mail notifications to for e.g. only subject from activity about issues? All fields are listed in every mail.
Updated by Anonymous almost 6 years ago
- Status changed from New to Resolved
SOLVED
I've deleted this part from both issue_edit.text.erb and issue_add.text.erb files
<%= render :partial => 'issue', :formats => [:text], :locals => { :issue => @issue, :user => user user, :issue_url => @issue_url } %>
Updated by Go MAEDA almost 6 years ago
- Status changed from Resolved to Closed
- Resolution set to Invalid
Actions