You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I updated a Contao installation to 3.5.2 the inserttag {{get::contact}} was not processed anymore before used by your module when used to get a mail address from the database. So I added a $this->replaceInsertTags($varValue) before writing the value. But then the returned ID is not saved to the class itself. $this->value and $this->varValue are always empty... Not sure why this is happening. When I renamed the variable key, everything works as expected, but this is a dirty hack.
The text was updated successfully, but these errors were encountered:
patric-eberle
changed the title
No inserttag replacement, fallback not working
No inserttag replacement
Aug 31, 2015
When I updated a Contao installation to 3.5.2 the inserttag {{get::contact}} was not processed anymore before used by your module when used to get a mail address from the database. So I added a $this->replaceInsertTags($varValue) before writing the value. But then the returned ID is not saved to the class itself. $this->value and $this->varValue are always empty... Not sure why this is happening. When I renamed the variable key, everything works as expected, but this is a dirty hack.
The text was updated successfully, but these errors were encountered: