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
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
I think that there is an error in this line. What do you mean by the $treatEmptyAsFalse parameter? The function empty will not pass any empty value. Not 0, not empty string, not false, not null etc... If it comes to that, I would rewrite this line like this: if (!is_null($value)) {. But now it definitely works wrong!
The text was updated successfully, but these errors were encountered:
yii2-grid-view-library/src/columns/BooleanColumn.php
Line 54 in 9463fda
I think that there is an error in this line. What do you mean by the
$treatEmptyAsFalse
parameter? The functionempty
will not pass any empty value. Not0
, not empty string, notfalse
, notnull
etc... If it comes to that, I would rewrite this line like this:if (!is_null($value)) {
. But now it definitely works wrong!The text was updated successfully, but these errors were encountered: