If you add query parameters in the "More link URL" value it will URL-encode it, making it useless.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

fxarte’s picture

Here is a patch to make sure any extra URL query parameters get properly rendered in the string.

fxarte’s picture

Forgot to include a check for the index 'query' in the array before passing it to parse_str. Here is an updated patch.