codefog / contao-haste

Haste is a collection of tools and classes to ease working with Contao
http://codefog.pl/extension/haste.html
MIT License
42 stars 24 forks source link

form.html5 does no longer exist #95

Closed leofeyer closed 7 years ago

leofeyer commented 7 years ago

The template form.html5 does no longer exists in Contao 4.3, therefore the Form.php class no longer works. The template has been renamed to form_wrapper.html5.

In case someone has already updated their installation, there is an easy workaround: create a custom template named form.html5 and paste the following line:

<?php $this->extend('form_wrapper'); ?>

This is not a fix for the issue though. 😄

aschempp commented 7 years ago

It would have been a fix to include in Contao 4.3 to keep BC ;-)

Fixed in d258770337908ffb41cee7ac96504f66d324785e