Files webpart and file offset?

LabKey Support Forum (Inactive)
Files webpart and file offset? Ben Bimber  2015-03-02 11:19
Status: Closed
 
Hello,

I'm hoping to load a files webpart that loads itself on a specific subfolder, without obscuring all folders. For example, say this is my file system:

/
   /Folder1
   /Folder2


I'd load something like:

http://localhost:8080/labkey/filecontent/home/begin.view?path=Folder1&folderTreeVisible=true

This would load a files webpart that displays the content of /Folder1, but still shows the folder tree letter the user toggle back to the root or /Folder2. I am able to pass in rootOffset to the files webpart. This loads Folder1, but doesnt let the user switch to anything above that path.

Am I missing an option here?

Thanks in advance.
 
 
kevink responded:  2015-03-02 11:22
Unfortunately, I think you've hit this issue with the 'path' parameter:

https://www.labkey.org/issues/home/Developer/issues/details.view?issueId=20557
 
Ben Bimber responded:  2015-03-02 11:24
is there something complicated about supporting this in the new browser that is behind why that's been punted twice? it didnt look that hard to support it...
 
Nick Kerr responded:  2015-03-11 13:13