Suppose I created 10 actions based on a "page show" event, which runs javascripts, invokes services etc.
If I wanted to change the trigger event type of these actions to "page load", do I really have to delete the other events first, then recreate all the events with "page load" and redo all the javascipt, etc?