coldbox-modules / cbwire

CBWIRE is a ColdBox module that makes building reactive, modern apps easy using HTML-over-the-wire technologies and CFML.
https://cbwire.ortusbooks.com
Other
28 stars 5 forks source link

Cleanup unnecessary variables available to templates to avoid potential collisions #126

Closed grantcopley closed 11 months ago

grantcopley commented 11 months ago

There are variables that are being placed into the variables scope of component templates when rendering that are not necessary and could cause collisions with things that should be in the variables scope, such as methods from the ColdBox application helper.

We need to clean these up.