Community
Participate
Working Groups
Build Identifier: M20110909-1335 the method showConnections is supposed to allow the file and directory browser methods to display a combo box of available connections. This is implemented in the remotetools implementation, but for some reason, not in the RSE implementation. Reproducible: Always Steps to Reproduce: Create a IRemoteUIFileManager object using a URI containing the "rse" scheme and then call showConnections(true) on that object. Next, call browserFile(...) and notice that you do not get a connection chooser.
Created attachment 208418 [details] Patch which implements the showConnections() method for RSE
Can we get this patch committed for 5.0.5?
Committed to ptp_5_0 and master, with the exception that onlyConnection is initialized to true to preserve the current behavior.
Thanks for dealing with this so quickly, and also thanks for catching that error. We need these changes for our remote tool launcher.