Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
grantcopley opened this issue Sep 22, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@grantcopley
Copy link
Collaborator

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.

@grantcopley grantcopley added the enhancement New feature or request label Sep 22, 2023
@grantcopley grantcopley added this to the v3.1 milestone Sep 22, 2023
@grantcopley grantcopley self-assigned this Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant