Problem/Motivation

I was wanting to use hook_google_appliance_query_alter() but the edits did not show in the Query Parameters when query inspection was enabled.

Proposed resolution

Move the call to drupal_alter() to just before the query inspection output (instead of just after it);

Remaining tasks

Patch needs to be reviewed by the community

User interface changes

Query inspection output should show results of all hook_google_appliance_query_alter() calls.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Gold’s picture

  • Commit 530f6bb on 7.x-1.x authored by Gold, committed by iamEAP:
    Allowing altered GSA queries to be displayed in debug output. [#2234785]
    
iamEAP’s picture

Status: Active » Fixed

Patch was simple enough and, as you see above, the patch was committed to Dev.

Thanks for your contribution, @Gold!

Status: Fixed » Closed (fixed)

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