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
Hello :)
After today upgrade, I got Undefined index: perPage - File: .../vendor/ublaboo/datagrid/src/DataGrid.php:1509 1509: $this->saveSessionData('_grid_perPage', $values['perPage']);
Error occurs after pressing Save button in inline edit.
The problem is not in new version of Datagrid, but in some incompatibility with new Nette Forms (which new version is from 2020/01/19). It appears after upgrade nette/forms from v3.0.7 to v3.1.0. Datagrid v6.6.1 with Nette 3.0.7 is ok, with Nette 3.1.0 is not.
Problem is (probably) in nette/forms BC break mentioned in release notes (Form::getValues() returns only controls in scope (BC break)). Inline editor submit buttons don't validate the perPage control, so new nette/forms doesn't return it's value.
The text was updated successfully, but these errors were encountered:
Hello :)
After today upgrade, I got Undefined index: perPage - File: .../vendor/ublaboo/datagrid/src/DataGrid.php:1509
1509: $this->saveSessionData('_grid_perPage', $values['perPage']);
Error occurs after pressing Save button in inline edit.
The problem is not in new version of Datagrid, but in some incompatibility with new Nette Forms (which new version is from 2020/01/19). It appears after upgrade nette/forms from v3.0.7 to v3.1.0. Datagrid v6.6.1 with Nette 3.0.7 is ok, with Nette 3.1.0 is not.
Problem is (probably) in nette/forms BC break mentioned in release notes (Form::getValues() returns only controls in scope (BC break)). Inline editor submit buttons don't validate the perPage control, so new nette/forms doesn't return it's value.
The text was updated successfully, but these errors were encountered: