Skip to content

Commit d47d81d

Browse files
authored
Update relocating.md
Clarify that relocate doesn't stop further processing
1 parent 69d4dc7 commit d47d81d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

the-basics/event-handlers/relocating.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
After calling relocate, further code will still be processed until you return from handler.
6+
57
{% hint style="info" %}
68
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.
79
{% endhint %}

0 commit comments

Comments
 (0)