From 89a18c889d1ecc0549a676499f3a4a39d493b808 Mon Sep 17 00:00:00 2001 From: Victor Fernandez de Alba Date: Wed, 15 Jul 2015 18:05:24 +0200 Subject: [PATCH] Change the category of the configlet to 'plone-general' --- CHANGES.rst | 2 +- plone/app/discussion/profiles/default/controlpanel.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 6ea47c1..fc5f8ff 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,7 @@ Changelog 2.4.4 (unreleased) ------------------ -- Nothing changed yet. +- Change the category of the configlet to 'plone-general' [sneridagh] 2.4.3 (2015-06-05) diff --git a/plone/app/discussion/profiles/default/controlpanel.xml b/plone/app/discussion/profiles/default/controlpanel.xml index f06f000..91f1500 100644 --- a/plone/app/discussion/profiles/default/controlpanel.xml +++ b/plone/app/discussion/profiles/default/controlpanel.xml @@ -9,7 +9,7 @@ title="Discussion" action_id="discussion" appId="plone.app.discussion" - category="Plone" + category="plone-general" condition_expr="" icon_expr="string:${portal_url}/discussionitem_icon.png" url_expr="string:${portal_url}/@@discussion-controlpanel"