Actions
Bug #59199
closedElement Browser: GET-Data is not unencoded in fields
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2014-05-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Yes
Sprint Focus:
Description
The wizard browser takes it's set values out of a GET param. It fails to decode these params.
In the link field of a header content element insert a title that contains a whitespace it is correctly saved. But after opening it in wizard browser the displayed value is still urlencoded. Saving saves the entities as well.
After first using wizard:
www.foo.bar - "foo bar foobar" "foo bar foobar" foo
After opening and setting again:
www.foo.bar - foo%20bar%20foobar foo%20bar%20foobar foo
Actions