Title | Change numbers are links in TeamTrack even when no changelist URL has been specified |
Status | closed |
Priority | optional |
Assigned user | Gareth Rees |
Organization | Ravenbrook |
Description | If changelist_url is None in the configuration, then changelist numbers are still links in the table of fixes in TeamTrack, but they don't link to anywhere sensible. |
Analysis | This is because the init() function in dt_teamtrack.py sets up a CHANGELIST_URL parameter even when there is no changelist_url. This is contrary to the design. The CHANGELIST_URL parameter should be deleted when there is no changelist_url. |
How found | manual_test |
Evidence | <http://www.ravenbrook.com/project/p4dt...ign/teamtrack-p4dti-schema/#section-3.5 > |
Observed in | 0.4.2 |
Test procedure | <http://www.ravenbrook.com/project/p4dti/master/test/test_p4dti.py >, section 11 |
Created by | Gareth Rees |
Created on | 2001-01-04 15:35:56 |
Last modified by | Gareth Rees |
Last modified on | 2001-12-10 19:17:20 |
History | 2001-01-04 GDR Created. 2001-01-18 RB Downgraded to "optional". |
Change | Effect | Date | User | Description |
---|---|---|---|---|
8541 | closed | 2001-02-15 14:19:38 | Gareth Rees | Delete CHANGELIST_URL configuration parameter if changelist_url is None, to match the schema. |