Add missing meta_typ to 'Review comments' portal action.

This commit is contained in:
Timo Stollenwerk 2012-02-29 09:32:35 +01:00
parent 2443feb638
commit 5e5d9d0da4
2 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,9 @@ Changelog
- Revert modification date since this is fixed in p.a.caching now.
[eleddy]
- Add missing meta_typ to "Review comments" portal action.
[batlock666]
2.1.3 (2012-01-24)
------------------

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<object name="portal_actions" xmlns:i18n="http://xml.zope.org/namespaces/i18n">
<object name="user">
<object name="user" meta_type="CMF Action Category">
<object name="review-comments" meta_type="CMF Action" i18n:domain="plone"
insert-before="logout">
<property name="title" i18n:translate="">Moderate comments</property>