Closed
Bug 545682
Opened 16 years ago
Closed 16 years ago
Move email preference "relationship" descriptions into their own template
Categories
(Bugzilla :: Email Notifications, enhancement)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mkanat, Unassigned)
References
Details
Right now there are two types of "relationship" descriptions:
1. REL_NAMES in Bugzilla::BugMail, which is a constant that maps things for the X-Bugzilla-Reasons headers.
2. The descriptions that appear at the bottom of bugmail.
I think that they should both be moved into field_descs (though the second one should possibly be moved into its own template). At the least, REL_NAMES needs to be moved into the template in order for it to keep working reasonably when some relationships are extensions.
| Reporter | ||
Comment 1•16 years ago
|
||
For now I don't need to do this--I worked around it with hooks.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
Updated•16 years ago
|
Target Milestone: Bugzilla 3.8 → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•