Patch and details descriptions follows...

CommentFileSizeAuthor
#1 html_entity_decode-1930190-1.patch378 bytesvalderama

Comments

valderama’s picture

StatusFileSize
new378 bytes

When I use a token for a query parameter to be passed to the view as argument (eg [current-page:query:kunde]) the value "arrives" as HTML entity at the view (eg. an "&" becomes an &) - The view can not handle argument correctly then.

Applying html_entity_decode to the args helps.

Please review..

jerdavis’s picture

Version: 7.x-2.x-dev » 7.x-3.x-dev
Category: Bug report » Feature request
Issue summary: View changes

I'm going to move this to a feature request and review for 7.x-3.x.