Opened 19 years ago
Closed 18 years ago
#20 closed enhancement (duplicate)
Display and link to associated item from view page
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.0 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
When viewing a single item which has associations to other items, only the name of that item is displayed. It would be better if the name could be linked to a page showing information about that item, either the regular "view item" page for that type of item or a stripped down version of that page as a popup.
Change History (7)
comment:1 by , 19 years ago
Milestone: | → BASE 2.0 RC2 |
---|
comment:2 by , 19 years ago
Milestone: | BASE 2.0 RC2 |
---|
comment:3 by , 19 years ago
Milestone: | → BASE 2.0 |
---|
comment:4 by , 19 years ago
comment:5 by , 18 years ago
Priority: | minor → major |
---|
comment:6 by , 18 years ago
Summary: | Links to all associated items on the "view item" page → Display and link to associated item from view page |
---|
comment:7 by , 18 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This ticket is part of other tickets as statet in a previous comment.
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.