"Ship It!" emails only contain user's first name
Review Request #4104 — Created May 5, 2013 and submitted
Information | |
---|---|
rajasaur | |
Review Board | |
2965 | |
Reviewers | |
reviewboard | |
Show Users' fullname in review emails When displaying the name in review emails, show the users' fullname if they have a first name setup. Otherwise show their username. This change is made in both html and text emails.
Manual. Tested with email setting on and off.
-
-
reviewboard/templates/notifications/review_email.html (Diff revision 1) This should just be changed to the way it was in the text template, namely: - {{review.user|user_displayname}}
-
reviewboard/templates/notifications/review_email.txt (Diff revision 1) This one was already doing the right thing. Please revert this.