Bug #98036 » allowManualGroupnameForNEWWizard.patch
Classes/Controller/NewRecordController.php → Classes/Controller/NewRecordController.php (date 1657616664000) | ||
---|---|---|
$groupName = $v['ctrl']['groupName'] ?? null;
|
||
$title = (string)($v['ctrl']['title'] ?? '');
|
||
if (!isset($iconFile[$groupName]) || $nameParts[0] === 'tx' || $nameParts[0] === 'tt') {
|
||
$groupName = $nameParts[1] ?? null;
|
||
$groupName = $groupName ? $groupName: $nameParts[1] ?? null;
|
||
// Try to extract extension name
|
||
if ($groupName) {
|
||
$_EXTKEY = '';
|
- « Previous
- 1
- 2
- Next »