| << Back to previous view |
[QB-1049] email notifications reference obsolete URL
|
|
| Status: | Resolved |
| Project: | QuickBuild |
| Component/s: | None |
| Affects Version/s: | 4.0.0-M1, 4.0.0-M3 |
| Fix Version/s: | 4.0.0-M3, 4.0.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Don Ross | Assigned To: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Remaining Estimate: | Unknown | Time Spent: | Unknown |
| Original Estimate: | Unknown | ||
| Description |
|
The default email notification template contains a link to the Configuration path via the following URL:
http://<hostname>/dashboard/<configuration-id> However, starting with 4.0.0-M1, this URL is invalid. Instead, you need to reference the path via: http://<hostname>/overview/<configuration-id> As a result, the links in the default email notifications are invalid. I tried modifying the template, but it uses a variable $configuration.url, which is defined elsewhere. |