Actions
Bug #50550
closedContent Element "Uploads" is missing file extension in CSS class
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2013-07-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The CSS class for each list entry containing the file extension is missing the part with the file extension.
Responsible is the following configuration:
tt_content.uploads.20.renderObj.wrap.cObject.10.elementClass = csc-uploads-element csc-uploads-element-{register:fileExtension}
I fixed this issue for myself by changing {register:fileExtension} to {file:current:extension}.
Actions