Ticket #10802 (confirmed Bug)
Content Rule trigger "object added to this container" doesn't fire when an image is uploaded through TinyMCE
Reported by: | jdeluca | Owned by: | optilude |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | Content Rules | Version: | 4.1 |
Keywords: | Cc: | jdeluca@… |
Description (last modified by kleist) (diff)
Plone 3.3.5
I set up a content rule using the "object added to this container" trigger to move images to a specific folder. I applied that rule to a container. It works as expected when adding images through the standard Plone Add New ... Image method.
If I use kupu to upload an image to the container, the image isn't moved.
Note: Not sure if this is helpful, but when I choose to edit an image that was uploaded through kupu, the resulting form header reads "Add Image" as opposed to the "Edit Image" I would expect.
Change History
comment:2 Changed 6 years ago by hannosch
The "add image" showing up suggests that Kupu is not creating images the right way. For instance it doesn't unset the Archetypes creation flag and possibly more.
comment:4 Changed 4 years ago by jdeluca
I just tested and the problem still exists with TinyMCE. I'm using TinyMCE 1.1.12 and Plone 4.1.4. The symptoms described above are identical.
Note: I realize that this is not the version of TinyMCE that ships with Plone 4.1.4, but due to problems with incorrect image markup -- i.e. missing alt text -- we have pinned to an earlier version. (I understand that it's a problem with plone.outputfilters which has been corrected in version 1.2 and the docs show that the issue should be resolved in Plone 4.1.4, but our tests don't support that.)
Details on that here: https://dev.plone.org/ticket/12322
comment:5 Changed 4 years ago by kleist
- Status changed from new to confirmed
- Milestone changed from 3.3.x to 4.x
- Summary changed from Content Rule trigger "object added to this container" doesn't fire when an image is uploaded through kupu to Content Rule trigger "object added to this container" doesn't fire when an image is uploaded through TinyMCE