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 236332 Details for
Bug 419144
Link Folder does not refresh folder view on RHS
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]
patch
0001-Bug-419144-Link-Folder-does-not-refresh-folder-view-.patch (text/plain), 1.42 KB, created by
Mark Macdonald
on 2013-10-10 09:45:39 EDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Mark Macdonald
Created:
2013-10-10 09:45:39 EDT
Size:
1.42 KB
patch
obsolete
>From 178e8eabb24f707fafd7e307e1c4bf9acb3d17cc Mon Sep 17 00:00:00 2001 >From: Mark Macdonald <mamacdon@gmail.com> >Date: Thu, 10 Oct 2013 09:41:45 -0400 >Subject: [PATCH] [Bug 419144] Link Folder does not refresh folder view on RHS > >--- > bundles/org.eclipse.orion.client.ui/web/orion/fileCommands.js | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > >diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/fileCommands.js b/bundles/org.eclipse.orion.client.ui/web/orion/fileCommands.js >index 089afcd..1101afd 100644 >--- a/bundles/org.eclipse.orion.client.ui/web/orion/fileCommands.js >+++ b/bundles/org.eclipse.orion.client.ui/web/orion/fileCommands.js >@@ -821,9 +821,8 @@ define(['i18n!orion/navigate/nls/messages', 'require', 'orion/webui/littlelib', > var createFunction = function(name, url) { > if (name && url) { > var deferred = fileClient.createProject(explorer.treeRoot.ChildrenLocation, name, url, true); >- var ex = explorer; >- progressService.showWhile(deferred, i18nUtil.formatMessage(messages["Linking to ${0}"], url)).then(function() { >- ex.loadResourceList(ex.treeRoot.Path, true); // refresh the root >+ progressService.showWhile(deferred, i18nUtil.formatMessage(messages["Linking to ${0}"], url)).then(function(newFolder) { >+ dispatchModelEventOn(explorer, {type: "create", parent: explorer.treeRoot, newValue: newFolder }); > }, errorHandler); > } > }; >-- >1.8.3.msysgit.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 419144
: 236332