History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CCNET-1823
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Benjamin Gavin
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
CruiseControl .NET

Transport Extension Configuration Non-functional

Created: 19/Feb/10 08:49 AM   Updated: 19/Feb/10 09:17 AM
Component/s: CCTray
Affects Version/s: 1.5.0 RC1
Fix Version/s: None

Original Estimate: 4 hours Remaining Estimate: 4 hours Time Spent: Unknown
File Attachments: 1. Text File AddBuildServer.cs.patch (60 kb)



 Description  « Hide
During development of a TFS integration Transport Extension, I discovered that the 'Configuration' button is non-functional. This must be enabled to allow for the configuration of the Transport extension.


 All   Comments   Work Log   Change History      Sort Order:
Benjamin Gavin [19/Feb/10 09:17 AM]
This patch ensures that the transport extension has a valid Configuration, enabled the configuration button and moves the transport extension initialization from the Paint event into the SelectedIndexChanged event, as we do NOT want to reinitialize the transportExtension variable each time the form is invalidated or we'd lose the configuration details we had previously entered.

I've also removed the unused Paint events, as I'm not certain why we'd ever want them for this particular dialog.