Opened 15 years ago

Closed 15 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 Nicklas Nordborg, 15 years ago

No, this is not the same as #1178.

Yes, I think the fix is easy. Setting

JoustMenu.alwaysSendOnClickToSelected = true;

in list_directories.jsp seems to do the trick.

comment:2 by Nicklas Nordborg, 15 years ago

Milestone: BASE 2.9
Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:3 by Nicklas Nordborg, 15 years ago

Resolution: fixed
Status: assignedclosed

(In [4662]) Fixes #1181: No navigation path to enclosing directory on single file view page

Note: See TracTickets for help on using tickets.