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