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
After updating to 3.6.2 the templates throws this exception:
Unknown Property – yii\base\UnknownPropertyException Setting unknown property: ether\simplemap\models\PartsLegacy::country_short
The property is not used in any way in the template. It doesn't occur on every entry page, but on older entries.
I'm using this code which immediatly causes the exeption:
{% if item.googlePlace ?? null %} … {% endif %}
This error happens in 3.6.1, too. Rolling back to 3.6.0 works.
3.6.1
3.6.0
The text was updated successfully, but these errors were encountered:
852852a
No branches or pull requests
Description
After updating to 3.6.2 the templates throws this exception:
The property is not used in any way in the template. It doesn't occur on every entry page, but on older entries.
I'm using this code which immediatly causes the exeption:
This error happens in
3.6.1
, too. Rolling back to3.6.0
works.The text was updated successfully, but these errors were encountered: