- Issue created by @loopy1492
- 🇺🇸United States loopy1492
To be honest, the work could be combined with https://www.drupal.org/project/views_json_source/issues/3352255 🐛 Exposed filters causes Deprecated function: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated Needs review
- Assigned to abhishek_virasat
- Issue was unassigned.
- Status changed to Needs review
8 months ago 5:29am 15 March 2024 - 🇮🇳India abhishek_virasat
@loopy1492 , I have fixed the issue and created Patch.
- Status changed to RTBC
7 months ago 5:08pm 16 April 2024 - 🇵🇹Portugal joao.ramos.costa
Got the same issue concerning
'longerthan' => function ($l, $r) { return strlen($l) > $r; },
since in our case $l can be null/undefined as we cannot control the remote json structure.
I believe that is a common issue.Thank you
- First commit to issue fork.
-
AstonVictor →
committed 559305bd on 2.0.x
Issue #3427951 - Fix error
-
AstonVictor →
committed 559305bd on 2.0.x
- Status changed to Fixed
7 months ago 1:28pm 18 April 2024 Automatically closed - issue fixed for 2 weeks with no activity.
- 🇮🇳India abhishek_virasat
@loopy1492, If everything is running smoothly, let's acknowledge contributions by providing credits where due. thank you