FIX Remove duplicate Configuration tabs when creating a new subsite

This commit is contained in:
Robbie Averill 2018-09-14 09:42:29 +02:00
parent 70dc70f494
commit bb226a0652
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class GridFieldSubsiteDetailFormItemRequest extends GridFieldDetailForm_ItemRequ
$templateArray
);
$templateDropdown->setEmptyString('(' . _t('Subsite.NOTEMPLATE', 'No template') . ')');
$form->Fields()->addFieldToTab('Root.Configuration', $templateDropdown);
$form->Fields()->addFieldToTab('Root.Main', $templateDropdown);
}
return $form;