Author: tmortagne
Date: 2007-11-27 15:46:43 +0100 (Tue, 27 Nov 2007)
New Revision: 6098
Modified:
xwiki-platform/web/trunk/standard/src/main/webapp/templates/changesdoc.vm
Log:
XWIKI-1882: Diff page does not display object difference for field name
"content"
Modified:
xwiki-platform/web/trunk/standard/src/main/webapp/templates/changesdoc.vm
===================================================================
--- xwiki-platform/web/trunk/standard/src/main/webapp/templates/changesdoc.vm
2007-11-27 13:55:42 UTC (rev 6097)
+++ xwiki-platform/web/trunk/standard/src/main/webapp/templates/changesdoc.vm
2007-11-27 14:46:43 UTC (rev 6098)
@@ -256,7 +256,6 @@
#if((!$objdiff.getClassName().equals("XWiki.ArticleClass"))&&(!$objdiff.getClassName().equals("XWiki.TagClass"))&&(!$objdiff.getClassName().equals("XWiki.XWikiComments")))
#set($hasobjectchanges = 1)
#set($propname = $objdiff.getPropName())
-#if($propname!="content")
<tr>
<td>$propname $msg.get("changes.ofclass") $objdiff.getClassName()</td>
<td>
@@ -271,7 +270,6 @@
#end
#end
#end
-#end
#if($hasobjectchanges==0)
<tr><td colspan="3">$msg.get("changes.noobjectchanges")</td></tr>
#end
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications