merge fix from master (Don't execute createReplyForm js if there is no in_reply_to button)

This commit is contained in:
Vincent Fretin
2014-10-09 11:44:31 +02:00
parent acacc8281a
commit 06b20b8f81
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -8,6 +8,9 @@ Changelog
there are no replies yet.
[gaudenz]
- Don't execute createReplyForm js if there is no in_reply_to button.
[vincentfretin]
- Register events as Content Rules Event Types if plone.contentrules is present
[avoinea]