Opened 16 years ago
Closed 16 years ago
#1181 closed defect (fixed)
No navigation path to enclosing directory on single file view page
Reported by: | base | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.9 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
I don't think this is related to ticket #1178 ...
Example: from a raw bioassay view page, click on a raw data file name, that takes you to a file view page. Imagine you want to get all the files in that directory using the zip exporter. You click on the directory tree on the left hand side, but nothing happens. You have to click on another directory and then go back to the one you wanted.
I guess that the directory link in the directory tree has been classified as "already expanded" when in fact for a single file view, it has not. It's probably quite simple to fix. many thanks, Bob.
Change History (3)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Milestone: | → BASE 2.9 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
No, this is not the same as #1178.
Yes, I think the fix is easy. Setting
in
list_directories.jsp
seems to do the trick.