#213 closed enhancement (fixed)
Link items in the trashcan to the correct view page for each item
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.0 RC2 |
Component: | web | Version: | |
Keywords: | Cc: |
Change History (3)
comment:1 Changed 17 years ago by
Milestone: | → BASE 2.0 |
---|---|
Status: | new → assigned |
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 17 years ago by
Milestone: | BASE 2.0 → BASE 2.0 RC2 |
---|
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.