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}.
Updated by Philipp Gampe over 11 years ago
- Status changed from New to Accepted
Would you be so kind and push a patch to gerrit? http://wiki.typo3.org/CWT
Updated by Wouter Wolters over 11 years ago
- Status changed from Accepted to Needs Feedback
This should be fixed already with the following line: elementClass = csc-uploads-element csc-uploads-element-{file:current:extension}
Which TYPO3 version are you using?
Updated by Leon Dietsch over 11 years ago
Yes, you are right. I was using 6.1.1 - it is fixed in 6.1.2. My mistake.
Updated by Leon Dietsch over 11 years ago
Yes, you are right. I was using 6.1.1 - it is fixed in 6.1.2. My mistake.
Updated by Wouter Wolters over 11 years ago
- Status changed from Needs Feedback to Resolved
Thanks for checking:)
Actions