Project

General

Profile

Bug #98036 » allowManualGroupnameForNEWWizard.patch

Matthias Adrowski, 2022-07-27 07:15

View differences:

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 = '';
(2-2/2)