Page 1 of 1

OMERO 4.4.4 - Landing Pages

PostPosted: Tue Oct 16, 2012 6:50 pm
by albot
Hi all,

I just realized that OMERO 4.4.4 is out.

In the milestones, I found that landing page links (✔ #8299) seem to be included in the most recent version.
This looks great.

Is there any documentation how the landing page links would work and how you could link to a specific data set?

Thanks a lot for your feedback.

Cheers
Alex

Re: OMERO 4.4.4 - Landing Pages

PostPosted: Wed Oct 17, 2012 9:21 am
by wmoore
Hi Alex,

There are no docs on this yet, but it is very simple:

Code: Select all
/webclient/?show=dataset-314


Same for project, image, screen, tag.

This will navigate to the specified Dataset, regardless of which Project it is under. It will also switch the web client to the correct Group and User (so it will work for any user who has permission to see the Dataset).

You will see a "link" icon in the right hand panel for any Object (or Objects) that will give you the url to that object. Multiple objects are supported like this:

Code: Select all
webclient/?show=image-2451|image-2452


as long as they are both in the same container.

I'll update docs soon...

Will.