Tuesday 25 January 2011 6:24:08 am
Hi, I'm looking for a way to fetch the list of collected information id's for an object. I can fetch the creator name using: {$col.creator.contentobject.name|wash} and can collect the attribute names and entries using: {def $collection=fetch('content','collected_info_list', hash('object_id', $obj.id))} {foreach $collection as $col} {foreach $col.attributes as $colAttr} {$colAttr.contentclass_attribute_name} {attribute_result_gui view=info attribute=$colAttr} {/foreach} {/foreach} but how do you get the collected information 'id' to be output? Many thanks Alan
|