Hi, we are looking for a way to be able to call custom actions on a public instance when content is activated. In more detail, we have custom data types in the data module and have these cached in the Magnolia Context in applicationScope.
We like to be able to update the cache whenever content is being activated. We currently do this on the authoring instance with the help of subclassing the dialog and updating the objects in the cache when saving an item, but obviously that won't happen on the public instance. Now I wonder that in a similar way, caould we hook into the listener process somehow, like subclassing the relevant listener (I suppose that's what is would be, right?) to add custom behaviour after activating the data? Up to now we only dealt with these tpe of processes on the authoring instance. Thanks, Howie -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=3300574a-b76f-4bc1-835e-527eb0bf0285 ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
