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
Describe the bug Data passed with ctx.ViewData is not passed anymore to jet still works with jet.AddRuntimeVars
jet.AddRuntimeVars
To Reproduce Steps to reproduce the behavior:
/all-done
Jet Runtime Error ("/layouts/application.jet":5): identifier "title" not available in current (map[]) or parent scope, global, or default variables
Expected behavior title is set and passed to jet variable map
Desktop (please complete the following information):
iris.Version
The text was updated successfully, but these errors were encountered:
677ddd7
Hello @mblaschke, thanks for the report. It's fixed on the latest /v12@master version.
/v12@master
Sorry, something went wrong.
kataras
No branches or pull requests
Describe the bug
Data passed with ctx.ViewData is not passed anymore to jet
still works with
jet.AddRuntimeVars
To Reproduce
Steps to reproduce the behavior:
/all-done
:Expected behavior
title is set and passed to jet variable map
Desktop (please complete the following information):
iris.Version
The text was updated successfully, but these errors were encountered: