I'm still hacking my way through a folder-ish product. The last bit
of an event subscriber should fire an email, so I have this:
mhost.send(msg,emailToList,emailFrom,emailSubject)
It works, but it returns a warning:
"manage_[afterAdd|afterClone|beforeDelete] is discouraged. You should
use event subscribers instead."
Should there be another subscriber, within the existing subscriber, to
do this? How?
I'd like to pre-populate the folder-ish product with a Topic as its
default view. Un-commenting the function to do this results in an
recursive error:
http://deesto.pastebin.com/f65156dfd
_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers