Ticket #4346 (closed Bug: fixed)

Opened 7 years ago

Last modified 3 years ago

folder_listing shows the wrong Creators

Reported by: Anonymous User Owned by:
Priority: minor Milestone: Past
Component: Templates/CSS Version:
Severity: Keywords:
Cc:

Description

The following 'define' in plone_templates/folder_listing tends to return the wrong value for creators.

item_creators item/Creators|item/Creator;

The catalog brains (by default) do not have a Creators attribute (or is it a key?), however, the aq_parent is portal_catalog, and that *does*. Consequently, items that are listed appear to be created by the user who created the catalog.

Changing to the following fixes the problem for me:

item_creators item/aq_explicit/Creators|item/Creator;

Change History

comment:1 Changed 7 years ago by optilude

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

Fixed by alecm.

comment:2 Changed 3 years ago by hannosch

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