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.

CommentFileSizeAuthor
views-check-exposed-identifier.patch692 bytescollinhaines

Comments

collinhaines created an issue. See original summary.

sano’s picture

thank you

paulbeaney’s picture

This patch works for me as well. Thanks!

jyraya’s picture

Status: Active » Needs review

The patch works for me!

I pass the issue in code review to let the testbot have a look.

jenlampton’s picture

Version: 7.x-3.15 » 7.x-3.20

I'm still experiencing this issue on Views version 3.20 but the patch here does resolve the issue.

jenlampton’s picture

Status: Needs review » Reviewed & tested by the community

oops, meant to mark RTBC.

damienmckenna’s picture

Status: Reviewed & tested by the community » Fixed
Parent issue: » #2960871: Plan for Views 7.x-3.23 release

Committed. Thank you all.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

altagrade’s picture

Version: 7.x-3.20 » 7.x-3.x-dev

Note 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).