Notice: Undefined index: field_meeting_date_value_1 in views_handler_filter->store_exposed_input() (line 1355 of /home/townofweddington/public_html/sites/all/modules/views/handlers/views_handler_filter.inc).
Having a Content-Type with a date field field_meeting_date, I am receiving this PHP notice on the first page load for a user. Refreshing the page and/or navigating to another page and back does not recreate the notice.
The filter has the field exposed with only the Year.
Note: I'm using Panopoly's distribution so I'm unaware if a fix has been made above 7.x-3.15.
Comments
Comment #2
sano commentedthank you
Comment #3
paulbeaney commentedThis patch works for me as well. Thanks!
Comment #4
jyraya commentedThe patch works for me!
I pass the issue in code review to let the testbot have a look.
Comment #5
jenlamptonI'm still experiencing this issue on Views version 3.20 but the patch here does resolve the issue.
Comment #6
jenlamptonoops, meant to mark RTBC.
Comment #7
damienmckennaCommitted. Thank you all.
Comment #10
altagrade commentedNote this was fixed on dev branch, as for 7.x-3.20 the patch is not applicable anymore, because the fault line has moved down below to 1395:
Notice: Undefined index: field_status_value in views_handler_filter->store_exposed_input() (line 1395 of /var/www/docroot/sites/all/modules/views/handlers/views_handler_filter.inc).