I'm rewriting a field as a link to /foo/[nid]?gids_group[]=[gid]

The square brackets were being encoded and not working properly, so I took the advice from the interface text "If you would like to have the characters %5B and %5D please use the html entity codes \'%5B\' or \'%5D\'". This advice did not work, as these characters ended up encoded as %255B and %255D. However, using [ and ] did the trick. This is different than what was reported for D6 in #567918: Rewrite field using with non-tokens in square brackets.

Comments

tim.plunkett’s picture

The help text was changed in #1444274: Replacement Patterns Help Text, but perhaps it's still wrong?

dawehner’s picture

Status: Active » Postponed (maintainer needs more info)

Update status, i guess that the linked issue from tim.plunkett fixes the issue already.

esmerel’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)
NWOM’s picture