Actions
Bug #54998
closedFiles module - Object [object Object] has no method 'hilight_row'
Start date:
2014-01-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Steps to reproduce:
1. Open File List module
2. Select some folder from tree that has subfolders
3. In main content area click on some subfolder to open it
console will show this error:
Uncaught TypeError: Object [object Object] has no method 'hilight_row'
Updated by Marcin Sągol almost 11 years ago
The missing method is called in:
typo3/sysext/filelist/Classes/FileList.php:
$onclick = ' onclick="' . htmlspecialchars(('top.content.nav_frame.hilight_row("file","folder' . GeneralUtility::md5int($folderObject->getCombinedIdentifier()) . '_"+top.fsMod.currentBank)')) . '"';
Updated by Mathias Schreiber almost 10 years ago
- Status changed from Accepted to Resolved
fixed on master
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions