Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#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:

Description

See also tickets #20 and #157. It would probably make sense to have some central place that generates the view and edit links for each type of item. Maybe the Base.getEncodedName() could be used, maybe we should rename it to Base.getLink().

Change History (3)

comment:1 by Nicklas Nordborg, 18 years ago

Milestone: BASE 2.0
Status: newassigned

comment:2 by Nicklas Nordborg, 18 years ago

Resolution: fixed
Status: assignedclosed

(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.

comment:3 by Nicklas Nordborg, 18 years ago

Milestone: BASE 2.0BASE 2.0 RC2
Note: See TracTickets for help on using tickets.