Task #12326 (closed)
Top Links to open in new tab
| Reported by: | wmoore | Owned by: | wmoore |
|---|---|---|---|
| Priority: | major | Milestone: | 5.0.3 |
| Component: | Web | Version: | n.a. |
| Keywords: | n.a. | Cc: | ux@…, khgillen |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
When adding Top Links, it would be nice if you could specify that they should open in new tab. Or maybe they should open in a new tab by default?
Change History (3)
comment:1 Changed 5 years ago by wmoore
comment:2 Changed 5 years ago by wmoore
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 5 years ago by Will Moore <w.moore@…>
(In [55e8b8e30c01a5f7c8defbe94d0e92fdc0830878/ome.git] on branch develop) Configurable top links. See #12326
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
After discussion with Ola, decided to also make the existing 2 top_links configurable by adding them to the default list (so they can be removed or modified in settings).
Best way to add other options will be to add a dict as the 3rd parameter of each url.
$ omero config append omero.web.ui.top_links '["Figure", "figure_index", {"title": "Open OMERO.figure in new tab", "target": "new"}]'