Actions
Bug #71246
closedTS: typolink to FAL reference produces double slash
Start date:
2015-11-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If you set config.absRefPrefix to "/" or to "auto", the following TS Snippet produces a double slash in the anchor href tag:
10 = TEXT 10 { value = Foo typolink.parameter.cObject = FILES typolink.parameter.cObject { maxItems = 1 references { table = pages uid.field = uid fieldName = media } renderObj = IMG_RESOURCE renderObj.file.import.data = file:current:originalUid // file:current:uid } }
Result: href="//fileadmin/user_upload/foobar.jpg"
It works with 6.2.15 but not with 7.5.
Updated by Mathias Schreiber almost 9 years ago
- Status changed from New to Closed
Actions