Project

General

Profile

Actions

Task #77854

closed

Additional hook for \TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList

Added by Xavier Perseguers over 7 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
Start date:
2016-09-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

This ticket will gather the description of why XCLASS is needed for \TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList.

Currently gridelements is XCLASSing as well my own (private) extension, fortunately not at the same place but since I'm now relying on gridelements, I need to XCLASS an XCLASS and this naturally is even more ugly than the XCLASS in the first place.


Files

dashboard.png (98.3 KB) dashboard.png Xavier Perseguers, 2016-09-05 15:51
fieldlist.png (32.9 KB) fieldlist.png Xavier Perseguers, 2016-09-05 15:51

Updated by Xavier Perseguers over 7 years ago

Private extension from Xavier

Need for Hook 1

First thing I need is hooking at the end of method start() in order to post-process content of field HTMLcode. Goal is to show a "dashboard" at the beginning of the list of tables:

Need for Hook 2

Other hook I need is to post-process method renderListHeader(). This time I cannot simply call parent::renderListHeader() and existing hook $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/class.db_list_extra.inc']['actions'] cannot be used because I need to change content of variable $icon which is not part of the available parameters to the hook, thus I changed this:

        // 17.07.2012/XP: Single modification in this overriden method!
        $this->postProcessIcon($table, $icon);

        // Create and return header table row:
        return $this->addelement(1, $icon, $theData, ' class="c-headLine"', '');

Need for Hook 3

I'm changing method fieldSelectBox() to allow the list of additional fields to be reorganised and their name get prefixed by the FormEngine tab they appear on:

Actions #2

Updated by Jo Hasenau over 7 years ago

Sounds reasonable - so I will check, if those hooks will fit Gridelements as well, or if we might need another one.
In general there are not enough hooks in the list module while page module or data handler provide quite a lot of them.
So I really would like to replace XCLASS with hooks in Gridelements as well, since the XCLASS was somehow enforced but definitely not planned like that.

Actions #3

Updated by Susanne Moog about 5 years ago

  • Status changed from New to Closed

As nothing happened here for two years and this ticket is a mix of (at least) three feature requests, I'm going to close the ticket now. If the hooks are still needed, please open new feature requests per hook.

Actions

Also available in: Atom PDF