2010-07-06 Christian Kuhn <lolli@schwarzbu.ch>
+ * Fixed bug #14991: Missing fields in "showRecordFieldList" at the TCA for fe_users (Thanks to Frank Nägler)
* Fixed bug #14972: Add unit tests for t3lib_div::removeArrayEntryByValue (Thanks to Thorben Kapp)
* Fixed bug #14967: [Caching framework] fileBackend testcase removes files in /sbin
* Fixed bug #14977: Add php cache frontend to t3lib/config_default.php (Thanks to Felix Oertel)
$TCA['fe_users'] = array(
'ctrl' => $TCA['fe_users']['ctrl'],
'interface' => array(
- 'showRecordFieldList' => 'username,password,usergroup,lockToDomain,name,title,company,address,zip,city,country,email,www,telephone,fax,disable,starttime,endtime,lastlogin'
+ 'showRecordFieldList' => 'username,password,usergroup,lockToDomain,name,first_name,middle_name,last_name,title,company,address,zip,city,country,email,www,telephone,fax,disable,starttime,endtime,lastlogin',
),
'feInterface' => $TCA['fe_users']['feInterface'],
'columns' => array(