I add query-parameters + raw-encoded-query-parameters + encoded-query-parameters tags to allow services to use query parameters in links.

Example, i want to print my-page?firstparameter=value&second[0]=thing,
so i configure print service with link = print/?

which gave me : /print/my-page?firstparameter=value&second[0]=thing

So my print page can take care of query parameters. This is also useful for sharing services to take care of my query parameters.

Patch in next comment

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

GoZ’s picture

Status: Active » Needs review
FileSize
2.64 KB

Here is the patch