Notice: Undefined index: default_value in views_plugin_argument_default_query->get_argument() (line 44 of /srv/bindings/eba708d12fe940fd968019990d5eb953/code/sites/all/modules/views_contextual_filter_query/plugins/views/views_plugin_argument_default_query.inc).

I think the new argument should be in an elseif to check if isset otherwise its trying to return default_value for any view on the site whether there is one or not.

Comments

apmsooner created an issue. See original summary.

karenann’s picture

Title: Error » Notice: Undefined index: default_value in views_plugin_argument_default_query->get_argument()
Status: Active » Needs review
StatusFileSize
new584 bytes

Please test this patch out to see if it resolves the issue.

akishankar’s picture

I updated the patch. Please test this patch out to see if it resolves the issue

nwom’s picture

Status: Needs review » Reviewed & tested by the community

Works perfectly. I think it's RTBC.

monstrfolk’s picture

This also affects contextual filters of type Global: Null

Updated patch.

robinvdvleuten’s picture

What's the status of this patch? I would like to fix close this issue.

monstrfolk’s picture

The patch is good.

robinvdvleuten’s picture

Status: Reviewed & tested by the community » Closed (fixed)

Thanks @monstrfolk! I've applied the patches to the latest version in the 1.x branch.