Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 418673

Summary: [Projects] Additional project information from plugin not displayed on the project editor page
Product: [ECD] Orion Reporter: Malgorzata Janczarska <malgorzata.tomczyk>
Component: ClientAssignee: Malgorzata Janczarska <malgorzata.tomczyk>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: simon_kaegi
Version: 4.0Flags: simon_kaegi: review+
Target Milestone: 4.0 RC1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Malgorzata Janczarska CLA 2013-10-04 08:38:26 EDT
Additional project information contributed by plugin (right now only Git plugin) are not displayed.
Comment 1 Malgorzata Janczarska CLA 2013-10-04 08:42:51 EDT
The error had to be made yesterday when I moved projectClient to be loaded as a service. This is a most significant change that needs to be done in projectEditor.js:
-			var matchingProjectHandlers = this.projectClient.getMatchingProjectHandlers(this.parentFolder);
+			this.projectClient.getMatchingProjectHandlers(this.parentFolder).then(function(matchingProjectHandlers){

Simon, do I have your +1 to push it to RC1? I will need this while writing a plugin for other SCM.
Comment 2 Malgorzata Janczarska CLA 2013-10-04 12:36:04 EDT
Fixed, thanks Simon.