nextras / datagrid

Nextras Datagrid component for Nette Framework.
http://nextras.org/datagrid
MIT License
70 stars 39 forks source link

Compatability with latte 2.9.0 ($this->blockQueue removed) #102

Closed ales-zrak closed 4 years ago

ales-zrak commented 4 years ago

$this->blockQueue was removed in new version of latte: https://github.com/nette/latte/releases

This results in row action column not being displayed as condition isset($this->blockQueue["row-actions"]) in Datagrid.latte is always false.

It seems that using $this->hasBlock("row-actions") in Datagrid.latte works fine - see pull request https://github.com/nextras/datagrid/pull/101 🙂

hrach commented 4 years ago

Thanks for report & fix, fixed in https://github.com/nextras/datagrid/commit/6d1d222ea49891150780694018f0ececf3a08a58