Просмотр исходного кода

remove firstname & surname from add resource form

andre 2 лет назад
Родитель
Сommit
8a0043216e
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      app/UI/Client/Ressource/Sections/GeneralSection.php

+ 0 - 2
app/UI/Client/Ressource/Sections/GeneralSection.php

@@ -41,8 +41,6 @@ class GeneralSection extends FreeFieldsSection
         $productManager = new ProductManager();
         $productManager->loadByHostingId($hid);
 
-        $this->generateDoubleSection([new Text('firstname'), new Text('lastname')]);
-
         $email = new InputGroup('usernameGroup');
 
         $email->addTextField('username', false, true);