P4DTI issue job000169

TitleChange numbers are links in TeamTrack even when no changelist URL has been specified
Statusclosed
Priorityoptional
Assigned userGareth Rees
OrganizationRavenbrook
DescriptionIf 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.
AnalysisThis 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 foundmanual_test
Evidence<http://www.ravenbrook.com/project/p4dt...ign/teamtrack-p4dti-schema/#section-3.5>
Observed in0.4.2
Test procedure<http://www.ravenbrook.com/project/p4dti/master/test/test_p4dti.py>, section 11
Created byGareth Rees
Created on2001-01-04 15:35:56
Last modified byGareth Rees
Last modified on2001-12-10 19:17:20
History2001-01-04 GDR Created.
2001-01-18 RB Downgraded to "optional".

Fixes

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.