-
-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug with pjax and DataColumn #434
Comments
Yep. After updated through composer today, I got this error, too. Before: if (Config::isInputWidget($this->filterType)) { After: if (Config::isInputWidget($this->filterType) && $this->grid->pjax) { And the error is gone. |
Closed via update to release v3.1.0. |
When to expect 3.1.0 be available for composer? "at-dev" version (and composer packagist) both point to 3.0.9 as most recent version (with "~3.1" not available), which contains this bug. Thank you! |
@kartik-v please see DataColumn.php version 3.1.0, line 355. There is a error, you have to use $this->grid->pjax instead of $this->pjax |
Duplicate to and fixed via #438. |
Is someone reading me here? What I was asking is, if there will be 3.1.0 published on packagist as well or we are stuck in using dev-master? |
Same as @enscope . |
The response was for query by @unNene - the bug is already fixed in v3.1.0 @enscope @dogrocker in response to your query - the release v3.1.0 is not tagged yet and will be done a bit later after some tests. |
Thank you very much @kartik-v. |
If i don't use Pjax, i have error "Undefined index: options" in line 355 in DataColumn. Please add check in this file like this
The text was updated successfully, but these errors were encountered: