Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 236848 Details for
Bug 420286
[Projects] Project editor does not display all additional information when there is more than one plugin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Fix in code
clipboard.txt (text/plain), 1.22 KB, created by
Malgorzata Janczarska
on 2013-10-24 11:14:16 EDT
(
hide
)
Description:
Fix in code
Filename:
MIME Type:
Creator:
Malgorzata Janczarska
Created:
2013-10-24 11:14:16 EDT
Size:
1.22 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/projects/projectEditor.js b/bundles/org.eclipse.orion.client.ui/web/orion/projects/projectEditor.js >index 903947e..c5691be 100644 >--- a/bundles/org.eclipse.orion.client.ui/web/orion/projects/projectEditor.js >+++ b/bundles/org.eclipse.orion.client.ui/web/orion/projects/projectEditor.js >@@ -196,11 +196,11 @@ > }, > renderAdditionalProjectProperties: function(parent){ > this.projectClient.getMatchingProjectHandlers(this.parentFolder).then(function(matchingProjectHandlers){ >- for(var projectHandlerIndex = 0; projectHandlerIndex<matchingProjectHandlers.length; matchingProjectHandlers++){ >+ for(var projectHandlerIndex = 0; projectHandlerIndex<matchingProjectHandlers.length; projectHandlerIndex++){ > var projectHandler = matchingProjectHandlers[projectHandlerIndex]; > > if(!projectHandler || !projectHandler.getAdditionalProjectProperties){ >- return; >+ continue; > } > this.progress.progress(projectHandler.getAdditionalProjectProperties(this.parentFolder, this.projectData), "Getting additional project information").then(function(additionalProperties){ > if(!additionalProperties || !additionalProperties.length || additionalProperties.length === 0){
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 420286
: 236848