Title | Log and e-mail messages are confusing if jobname is different from the issue name |
Status | closed |
Priority | optional |
Assigned user | Gareth Rees |
Organization | Ravenbrook |
Description | Log messages and e-mail messages describe an issue using the name of the corresponding job. This is OK when they are the same (which is the usual case), but misleading when they are not (which could happen if you've migrated your jobs and kept the jobname). |
Analysis | This is because we use readable_name to get a readable name for the job, even though that returns the name of the corresponding job. I suggest having two methods readable_name and corresponding_id and using them appropriately. |
How found | manual_test |
Evidence | Discovered while testing migration |
Observed in | 1.0.0 |
Created by | Gareth Rees |
Created on | 2001-02-23 12:12:14 |
Last modified by | Gareth Rees |
Last modified on | 2001-12-10 19:26:25 |
History | 2001-02-23 GDR Created. |