#009295: Problem with fetch parameter "user_id" for collected informations

Description:

Considering the online documentation on collected informations (http://svn.ez.no/filedetails.php?repname=ezpublish&path=%2Ftrunk%2Fdoc%2Ffeatures%2F3.8%2Finfocollector_fetchfunctions.txt&rev=0&sc=0url), I have a problem with the hash parameter 'user_id' of function "collected_info_list" and "collected_info_count" . Indeed, this parameter is inactive for me and when I made a query with user_id, I have always a response with collected informations of my object for all user (even if I try a user id that don't exist).


Environment:

Operating System:
PHP Version: PHP 4.3.10
Database and version: MySQL 4.1.9


Steps to Reproduce:

Example of a query I made:
{def $resultList = fetch( 'content', 'collected_info_list',
hash( 'object_id', $object.contentobject_id, 'user_id', 666 )
)}


- Attachments

No attachments for this issue.


- Comments

The hash parameter to use is not 'user_id' like specified in the SVN documentation, but 'creator_id' like the attribute name of collected informations.

#250036 by Yannick Dupuis on October 30th, 2006 [Permanent Link]

The hash parameter to use is not 'user_id' like specified in the SVN documentation, but 'creator_id' like the attribute name of collected informations.

#250037 by Yannick Dupuis on October 30th, 2006 [Permanent Link]

- History
Properties
Type Bug
Priority Medium
Component Misc
Affects 3.8.4
Fix Version -
Reporter Yannick Dupuis
Responsible -
Status 0 Closed
Resolution Fixed
Created October 30th, 2006
Updated October 30th, 2006
Resolved October 30th, 2006
 
Navigation [Permanent Link]
Previous Issue
Back to Issues List
Next Issue: #019127
  DB Deadlocks on ezcontentobject_tree when updating subnode