From f2f2dd524f77efaf0a924c46a08f893048622c74 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Wed, 29 Sep 2010 06:48:36 +0000 Subject: [PATCH] Use the right trac link for the __parent__ pointer fix. svn path=/plone.app.discussion/trunk/; revision=40427 --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 38177ca..848ec6f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,7 +6,7 @@ Changelog - Make sure the __parent__ pointer (the conversation) of a comment is not acquisition wrapped in conversation.addComment. This fixes - http://dev.plone.org/plone/ticket/11156. + http://dev.plone.org/plone/ticket/11157. [timo] - Revert r35608 since this was breaking the comment moderation bulk actions.