Yep, that did the trick. Thx!
Ing. R. van. Lier Consultant GSM: +31 (0)6 48 05 37 55 Daidalos BV Source of Innovation Hoekeindsehof 1-4 2665 JZ Bleiswijk Tel.: +31 (0) 10 850 1200 Fax: +31 (0) 10 850 1199 www.daidalos.nl KvK 27164984 De informatie - verzonden in of met dit emailbericht - is afkomstig van Daidalos BV en is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht onbedoeld hebt ontvangen, verzoeken wij u het te verwijderen. Aan dit bericht kunnen geen rechten worden ontleend. Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Niels van Kampenhout Verzonden: woensdag 3 oktober 2007 12:36 Aan: Hippo CMS development public mailinglist Onderwerp: Re: [HippoCMS-dev] Overriding actions.js functions Hi Rene, Rene van Lier wrote: > I'm using override.xmap for actions, but it still uses actions.js (and > customactions.js). I would like to alter the actionSources function, > without messing with the CMS code. > > I've tried copying the function to customactions.js, but it seems to use > the last one defined. > > Any ideas? I think you need to override the corresponding pipeline(s) in override.xmap as well. The entry point for a flow function is always a <map:call> in a pipeline, so if that pipeline is not overridden Cocoon will use the original one, which is in the original sitemap that uses only actions.js. Hope this helps, regards, Niels ******************************************** Hippocms-dev: Hippo CMS development public mailinglist ******************************************** Hippocms-dev: Hippo CMS development public mailinglist
