Project

General

Profile

Actions

Bug #54998

closed

Files module - Object [object Object] has no method 'hilight_row'

Added by Marcin Sągol over 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
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'

Actions #1

Updated by Markus Klein over 10 years ago

  • Status changed from New to Accepted
Actions #2

Updated by Marcin Sągol over 10 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)')) . '"';

Actions #3

Updated by Mathias Schreiber over 9 years ago

  • Status changed from Accepted to Resolved

fixed on master

Actions #4

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF