From: <ap...@vh...> - 2006-04-27 15:16:57
|
Author: apevec Date: 2006-04-27 17:14:20 +0200 (Thu, 27 Apr 2006) New Revision: 1122 Modified: trunk/ccm-cms-assets-fileattachment/src/WEB-INF/traversal-adapters/com/arsdigita/cms/contentassets/FileAttachment.xml Log: add creationUser in auditing XML output Modified: trunk/ccm-cms-assets-fileattachment/src/WEB-INF/traversal-adapters/com/arsdigita/cms/contentassets/FileAttachment.xml =================================================================== --- trunk/ccm-cms-assets-fileattachment/src/WEB-INF/traversal-adapters/com/arsdigita/cms/contentassets/FileAttachment.xml 2006-04-26 21:54:09 UTC (rev 1121) +++ trunk/ccm-cms-assets-fileattachment/src/WEB-INF/traversal-adapters/com/arsdigita/cms/contentassets/FileAttachment.xml 2006-04-27 15:14:20 UTC (rev 1122) @@ -19,6 +19,7 @@ </xrd:attributes> <xrd:associations rule="include"> <xrd:property name="/object/auditing"/> + <xrd:property name="/object/auditing/creationUser"/> <xrd:property name="/object/dublinCore"/> </xrd:associations> </xrd:adapter> |