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
In a grid view where you activate the filter function, do the following step to reproduce an error:
Have a grid view with a DateTime column
Add a filter on a datetime column, and just press "Set" (leave the filter empty).
This will throw an error TypeError: DateTime::__construct(): Argument #1 ($datetime) must be of type string, null given
As the filter is stored in a cookie, this error will never go away on reload of the page. The user is trapped, unless he deletes cookies.
Verified in 2.4 and current dev-develop branches
The text was updated successfully, but these errors were encountered:
In a grid view where you activate the filter function, do the following step to reproduce an error:
This will throw an error
TypeError: DateTime::__construct(): Argument #1 ($datetime) must be of type string, null given
As the filter is stored in a cookie, this error will never go away on reload of the page. The user is trapped, unless he deletes cookies.
Verified in 2.4 and current dev-develop branches
The text was updated successfully, but these errors were encountered: