Notice: Undefined index: arg_id in views_plugin_argument_default_bboxquery->get_argument() (line 43 of /home/quickstart/websites/[redacted]/sites/all/modules/contrib/views_geojson/views/views_plugin_argument_default_bboxquery.inc).

Error comes up on newly exported views; or newly features-reverted views.. to fix a site-builder has to go to the view and on the contextual filter of bbox just resave it..

Comments

chriscalip’s picture

From what i can see features is not detecting the changes from the moment you save the contextual argument filter bbox. drush fl does not see it, drush fd does not see it..

dasjo’s picture

hi chris,
you could try if #1839554: BBox argument handler fixes fixes that

chriscalip’s picture

Status: Active » Fixed

thanks josef, ill consider ticket as fixed :)

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

removed dev site name.

mpgeek’s picture

Issue summary: View changes
Status: Closed (fixed) » Needs review
StatusFileSize
new570 bytes

Old issue, yes, but I'm having the same issue with the bounding argument id not being part of the option defaults, and thus feature reverts fail to pick up the bbox arg id. I'm not using the patch at #2, but in that patch we find the key change of defining the $options[arg_id] in the options_definition method. The patch here fixes just that and only that. This is useful if the patch at #2 is too heavy handed for your use case, and you just need the arg_id export to work.

mariacha1’s picture

Status: Needs review » Reviewed & tested by the community
Related issues: +#1839554: BBox argument handler fixes

This works great.

Worth noting is that another issue makes pending review makes this change, along with several others.

https://www.drupal.org/node/1839554

pol’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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