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

Some variables are reported more than once by method 'Template.UsedVars' #933

Open
zapateo opened this issue Mar 24, 2022 · 0 comments
Open
Labels
api Related to Scriggo's exported APIs bug Bug: something already implemented does not work as it should needsInvestigation Need to investigate templates Related to the template

Comments

@zapateo
Copy link
Member

zapateo commented Mar 24, 2022

Some variables are reported more than once by method 'Template.UsedVars'. For example, a call to such method returned this:

...
"appliedFilters",
"appliedFilters",
"banners",
"banners",
"banners",
...
"customerFirstName",
"customerFirstName",
"departments",
"departments",
...
"filters",
"filters",
...
"isLoggedIn",
"isLoggedIn",
...
"menus",
"menus",
"menus",
...
"page",
"page",
...

Investigate about this.

@zapateo zapateo added bug Bug: something already implemented does not work as it should needsInvestigation Need to investigate api Related to Scriggo's exported APIs templates Related to the template labels Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Related to Scriggo's exported APIs bug Bug: something already implemented does not work as it should needsInvestigation Need to investigate templates Related to the template
Projects
None yet
Development

No branches or pull requests

1 participant