Hi everyone!
I am currently using Drupal 7 with Views 7.x-3.20+1-dev and Geofield 7.x-2.3 . I have created a content type "Job" that contains an address field that is geocoded to a geofield. Jobs can then be searched in a view that contains an exposed filter allowing a user to find jobs near them.
When I navigate to this view however, I get an error:
Notice: Undefined index: field_geofield_distance in views_handler_filter->store_exposed_input() (line 1395 of /srv/bindings/088679d38dbc4388b89600f4b79a536b/code/sites/all/modules/views/handlers/views_handler_filter.inc).
I saw that there was a similar error located here:
https://www.drupal.org/project/views/issues/2900405
However, the patch seems to refer to different lines than the current version of Views. I am wondering if there is currently a fix for this and/or it is going to be implemented in a new version of Views.
Any help is much appreciated.
Thank you!
Comments
Comment #2
jyraya commentedHello,
The error message you mention is treating in this #2961962: Reset of Exposed Published Status filter with "Remember last selection" results in: Undefined index: status in views_handler_filter->store_exposed_input().
We are 2 having tested successfully the patch of #2900405: Undefined index in views_handler_filter->store_exposed_input() to fix the other issue.
If you could test the #2900405: Undefined index in views_handler_filter->store_exposed_input() patch for fixing #2961962: Reset of Exposed Published Status filter with "Remember last selection" results in: Undefined index: status in views_handler_filter->store_exposed_input(), that could help us to confirm that these 2 issues are actually fixed by the same patch... or not :-)
Regards.
Comment #3
damienmckennaPlease test out the latest -dev snapshot, the bug should be fixed now. Thanks.