Add missing meta_typ to 'Review comments' portal action.
This commit is contained in:
parent
2443feb638
commit
5e5d9d0da4
@ -7,6 +7,9 @@ Changelog
|
|||||||
- Revert modification date since this is fixed in p.a.caching now.
|
- Revert modification date since this is fixed in p.a.caching now.
|
||||||
[eleddy]
|
[eleddy]
|
||||||
|
|
||||||
|
- Add missing meta_typ to "Review comments" portal action.
|
||||||
|
[batlock666]
|
||||||
|
|
||||||
|
|
||||||
2.1.3 (2012-01-24)
|
2.1.3 (2012-01-24)
|
||||||
------------------
|
------------------
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<object name="portal_actions" xmlns:i18n="http://xml.zope.org/namespaces/i18n">
|
<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"
|
<object name="review-comments" meta_type="CMF Action" i18n:domain="plone"
|
||||||
insert-before="logout">
|
insert-before="logout">
|
||||||
<property name="title" i18n:translate="">Moderate comments</property>
|
<property name="title" i18n:translate="">Moderate comments</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user