Ticket #4346 (closed Bug: fixed)
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
Note: See
TracTickets for help on using
tickets.

Fixed by alecm.