[TYPO3-v4] List module improvements

Dmitry Dulepov dmitry.dulepov at gmail.com
Tue Mar 8 10:18:08 CET 2011


Hi!

Steffen Kamper wrote:
> for better search/filter? i have some usecases where i need such.
> sys_template, fe_users etc. Fast locate, fast edit, done. Now i have to
> use the global search, and i only can search in some values.

But than global search will not be any different.

> * change many pids quickly instead copy / paste

But you can edit pid and changed it using t3lib_TCEmain::process_datamap() 
because you can only use t3lib_TCEmain::process_cmdmap() for moving 
records. Only that function takes care of doing all necessary operations. 
Editing the pid as a number is (1) techincal and (2) dangerous. I would 
prefer to avoid it. A better approach would be to "select all"+"move all 
selected" commands in the GUI.

-- 
Dmitry Dulepov
TYPO3 core&security team member
E-mail: dmitry.dulepov at typo3.org
Web: http://dmitry-dulepov.com/


More information about the TYPO3-project-v4 mailing list