TheSourceUK / tridion-2011-power-tools

Automatically exported from code.google.com/p/tridion-2011-power-tools
0 stars 0 forks source link

Item Xml viewer displays UGC elements #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use the Item Xml tab to view the XML of a component with UGC enabled

What is the expected output? What do you see instead?
The following elements are displayed at the bottom of <tcm:Data/> 
      <tcm:AllowToRateContent>true</tcm:AllowToRateContent>
      <tcm:AllowToLeaveComments>true</tcm:AllowToLeaveComments>
      <tcm:ShowComments>true</tcm:ShowComments>
      <tcm:ShowUnmoderatedComments>true</tcm:ShowUnmoderatedComments>
      <tcm:SortComments>
         <tcm:Field>date</tcm:Field>
         <tcm:Direction>descending</tcm:Direction>
      </tcm:SortComments>

After a discussion in the MVP chat, it is now clear to me that this data is not 
part of the Item XML and therefore should not be displayed here. Anyone who is 
interested in this data should use the AppData power tool instead. 

Original issue reported on code.google.com by dominic....@gmail.com on 25 May 2012 at 11:15