erdmannfreunde / contao-grid-bundle

GNU General Public License v3.0
3 stars 4 forks source link

RowStart Widget triggers Warning in Dev Mode #3

Closed bezin closed 3 years ago

bezin commented 3 years ago

The RowStart widget triggers a warning because there is no $this->Template in widgets. rowClass needs to be set on the widget instance directly.

See https://github.com/ErdmannFreunde/contao-grid-bundle/blob/master/src/Form/FormRowStart.php#L32