From 97477163bef06068de694f8a4b286fff736f2555 Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Tue, 10 Jan 2017 18:02:03 +0100 Subject: [PATCH] Moved all upgrade steps to upgrades.zcml. Until now some were in configure.zcml and some in upgrades.zcml. --- plone/app/discussion/configure.zcml | 21 +-------------------- plone/app/discussion/upgrades.zcml | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 20 deletions(-) diff --git a/plone/app/discussion/configure.zcml b/plone/app/discussion/configure.zcml index 4e634ba..86051d0 100644 --- a/plone/app/discussion/configure.zcml +++ b/plone/app/discussion/configure.zcml @@ -40,26 +40,7 @@ provides="Products.GenericSetup.interfaces.EXTENSION" for="Products.CMFPlone.interfaces.IPloneSiteRoot" /> - - - - + diff --git a/plone/app/discussion/upgrades.zcml b/plone/app/discussion/upgrades.zcml index b1854d0..7c1753a 100644 --- a/plone/app/discussion/upgrades.zcml +++ b/plone/app/discussion/upgrades.zcml @@ -11,4 +11,24 @@ handler=".upgrades.update_registry" /> + + + +