- π³πΏNew Zealand quietone
Is this still a problem?
I tested the patch on 11.x and the results was
Warning: Undefined array key "field_number_value" in Drupal\views\Plugin\views\filter\NumericFilter->valueForm() (line 271 of core/modules/views/src/Plugin/views/filter/NumericFilter.php).
. I don't know Views well enough to take this further.Can someone confirm that this problem is still valid?
I am setting the status to Postponed (maintainer needs more info). If we don't receive additional information to help with the issue, it may be closed after three months.
- Status changed to Needs work
12 days ago 10:17pm 11 June 2025 - πΊπΈUnited States apmsooner
It's still a problem and the patch doesn't fix it. The issue is that when you have a date filter exposed with a default value set and then you change the filter type to "Grouped filters", you get a validation error on the exposed filter in the views preview with something like this:
The submitted value 2024-01-01 00:00:00 in the Date (field_date) element is not allowed.
Once you save the view, the error goes away and doesn't come back but its in the initial ajax update from changing the filter type that appears to be triggering it. I havn't yet been able to figure out a solution.
- πΊπΈUnited States apmsooner
Okay closing this one in lieu of related ticket. That ticket isn't complete either but will continue the conversation over there as it has the root of where the issue is happening.