New issue 78 by mart...@jarn.com: Using rename form does not update the sql
mirror.
http://code.google.com/p/contentmirror/issues/detail?id=78
1. check the title on a content object in sql. (select title from content
where content_id=<pick one>)
2. use the actions -> rename form (folder_rename_form) in plone and rename
the title of the content
3. repeat one and see that title has not changed
4. select edit and then save on content item in plone, see that the title
has changed in sql.
This might be due to Plone not emitting IObjectMovedEvent when this form is
used?
That should of course be IObjectModifiedEvent