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
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
Form widgets in Contao 3.3 extends BaseTemplate which provides the insert() method. It does not work there because it creates a new static instance of the same object. Form widgets does not provide the setData() method.
If the insert method is called inside of a form widget template a FrontendTemplate should be created.
The text was updated successfully, but these errors were encountered:
Form widgets in Contao 3.3 extends BaseTemplate which provides the
insert()
method. It does not work there because it creates a new static instance of the same object. Form widgets does not provide thesetData()
method.If the insert method is called inside of a form widget template a
FrontendTemplate
should be created.The text was updated successfully, but these errors were encountered: