Opened 17 years ago
Closed 17 years ago
#157 closed enhancement (fixed)
Display and link to associated items from list page
Reported by: | Owned by: | Martin Svensson | |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.0 |
Component: | web | Version: | trunk |
Keywords: | navigation improvement | Cc: |
Description
For Samples, Extracts, LabeledExtracts?, Hybridization, Scan and Raw BioAssay?, it would be handy to be able to navigate directly to the Parents Element therefore bypassing the need to Edit the element, then select the relevant tab, in order to do so. This would minimize the amount of clicking (end-user stand point)
Change History (10)
comment:1 Changed 17 years ago by
Milestone: | BASE 2.0 RC2 |
---|
comment:2 Changed 17 years ago by
Milestone: | → BASE 2.0 RC2 |
---|---|
Owner: | changed from Johan Enell to Nicklas Nordborg |
comment:3 Changed 17 years ago by
Milestone: | BASE 2.0 RC2 |
---|
comment:4 Changed 17 years ago by
Milestone: | → BASE 2.0 |
---|---|
Version: | RC1 → trunk |
comment:5 Changed 17 years ago by
Priority: | major → minor |
---|
comment:6 Changed 17 years ago by
comment:7 Changed 17 years ago by
Priority: | minor → major |
---|---|
Summary: | HyperLink to Parent Element from Record View for any item (related to ticket #20) → Display and link to associated items from list page |
comment:8 Changed 17 years ago by
Owner: | changed from Nicklas Nordborg to Martin Svensson |
---|
comment:9 Changed 17 years ago by
Status: | new → assigned |
---|
comment:10 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [2216]) Fixes #213: Link items in the trashcan to the correct view page for each item
References #20: Links to all associated items on the "view item" page I have added Base.getLinkedName() and Base.getLink() methods which creates view/edit link for an item. This method should be used in all places where Base.getEncodedName() was used.
References #157: HyperLink? to Parent Element from Record View for any item The taglib PropertyValue? taglib should be changed to provide the same functionality as the getLinkedName() method above. This may require additional attributes to be specified in all places where the tag is used.