From b0ca33dcc621981ea25d87b1954693c5ff490c38 Mon Sep 17 00:00:00 2001 From: David Glick Date: Tue, 21 Dec 2010 19:20:36 +0000 Subject: [PATCH] make sure p.a.registry ZCML is loaded svn path=/plone.app.discussion/trunk/; revision=46432 --- CHANGES.txt | 4 ++++ plone/app/discussion/configure.zcml | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 1dd08b7..a397447 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,10 @@ Changelog 1.0RC1 (unreleased) ------------------- +- Make sure plone.app.registry's ZCML is loaded, so that its import step will run + when plone.app.discussion is installed. + [davisagli] + - Avoid sending multiple notification emails to the same person when he has commented multiple times. [maurits] diff --git a/plone/app/discussion/configure.zcml b/plone/app/discussion/configure.zcml index d18db42..e628131 100644 --- a/plone/app/discussion/configure.zcml +++ b/plone/app/discussion/configure.zcml @@ -10,10 +10,11 @@ - + +