Ticket #3642 (closed Bug: fixed)

Opened 7 years ago

Last modified 3 years ago

folder_contents is broken

Reported by: naro Owned by:
Priority: minor Milestone: Past
Component: Templates/CSS Keywords:
Cc:

Description

plone_templates/folder_contents.pt has bug at line #198 (Plone 2.0.5 tarball)

<img tal:attributes="src python:portal_url+'/'+item.getIcon(1); returns Attribute Error: _add_

It should be: <img tal:attributes="src python:portal_url()+'/'+item.getIcon(1);

Change History

comment:1 Changed 7 years ago by naro

sorry, but it seems that broken is my instance :(

comment:2 Changed 7 years ago by shh

  • Status changed from new to closed
  • Resolution set to fixed

Turns out it's not broken ;-)

comment:3 Changed 3 years ago by hannosch

  • Component changed from Visual and templates to Templates/CSS
Note: See TracTickets for help on using tickets.