Ticket #14126 (new Bug)
Opened 23 months ago
link_redirect_view.py doesn't declare a title
Reported by: | plone@… | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | Unknown | Version: | 4.3 |
Keywords: | Cc: |
Description
Bug: If one defines additional views for ATLink, the display menu will show an entry "link_redirect_view", i.e. not "human-friendly" and not i18n.
Cause: CMFPlone/skins/plone_content/link_redirect_view.py doesn't have a title declared.
To reproduce: In portal_types, add another view type (such as link_view) to cause the display menu to appear. Create a link object. Open the display menu.
To fix: probably add ##title=Redirect to target to head of script and i18n that one.
Note: See
TracTickets for help on using
tickets.