From d47d81d0b31535c2f0194cbe2dc5505ba94132c8 Mon Sep 17 00:00:00 2001 From: Gunnar Date: Thu, 11 Jul 2024 11:48:52 +0200 Subject: [PATCH] Update relocating.md Clarify that relocate doesn't stop further processing --- the-basics/event-handlers/relocating.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/the-basics/event-handlers/relocating.md b/the-basics/event-handlers/relocating.md index 58a869ac..8cf26adc 100644 --- a/the-basics/event-handlers/relocating.md +++ b/the-basics/event-handlers/relocating.md @@ -2,6 +2,8 @@ The framework provides you with the `relocate()` method that you can use to relocate to other events thanks to the framework super type object, the grand daddy of all things ColdBox. +After calling relocate, further code will still be processed until you return from handler. + {% hint style="info" %} Please see the [Super Type CFC Docs](http://apidocs.ortussolutions.com/coldbox/current) for further investigation of all the goodness of methods you have available. {% endhint %}