Closed (fixed)
Project:
Google Analytics Reports
Version:
7.x-3.x-dev
Component:
All modules
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jun 2016 at 15:13 UTC
Updated:
3 Jul 2016 at 09:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
chalk commentedAs I understand this bug is a result of incorrect using check_plain() function. The function should be removed from views argument plugin, because it converts
'&'to'&'and then this string are sent to Google API. For example, a path"/node?a=1&b=2"is converted to"/node?a=1&b=2".Also I added check_plain() wrapper to Google's error response.
If you want to reproduce this bug - just add at least 2 get parameters connected by '&' to any Drupal path.
Comment #4
plazik commentedThank you for the patch.
Commited.