Commit c62ad1c1 authored by Rafael Monnerat's avatar Rafael Monnerat

Changed MailMessage_afterClone to Event_afterClone in order to solve the problem for all Events.

2008-07-15 rafael
* Added Event_afterClone to make cloned Events editable.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22476 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 99c1423f
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>MailMessage_afterClone</string> </value> <value> <string>Event_afterClone</string> </value>
</item> </item>
<item> <item>
<key> <string>warnings</string> </key> <key> <string>warnings</string> </key>
......
2008-07-15 rafael 2008-07-15 rafael
* Added MailMessage_afterClone to make cloned Mail Messages editable. * Added Event_afterClone to make cloned Events editable.
2008-07-07 yusei 2008-07-07 yusei
* Added an action to ticket portal types which clone ticket and related events. * Added an action to ticket portal types which clone ticket and related events.
......
281 282
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment