We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This sequence doesn't work on last dev 3.1.32-dev (v22), but working on dev 3.1.32-dev (v1)
{{'recipe_status_'|cat:$form_act.recipe_status}|get_trans}
Result on last dev "3.1.32-dev-22" is
instead call of function get_trans().
The text was updated successfully, but these errors were encountered:
07.10.2017
f528eea
- bugfix modification of 9.8.2017 did fail on some recursive tag nesting. #389
This issue is now solved.
However you have used some recursive Smarty tag call. This does create ugly and code with bad performance.
{('recipe_status_'|cat:$form_act.recipe_status)|get_trans}
Use ( ) in the inner
Sorry, something went wrong.
- bugfix modification of 9.8.2017 did fail on some recursive
428efa6
tag nesting. #389
No branches or pull requests
This sequence doesn't work on last dev 3.1.32-dev (v22), but working on dev 3.1.32-dev (v1)
{{'recipe_status_'|cat:$form_act.recipe_status}|get_trans}
Result on last dev "3.1.32-dev-22" is
instead call of function get_trans().
The text was updated successfully, but these errors were encountered: