Bladeren bron

remove firstname & surname from add resource form

andre 2 jaren geleden
bovenliggende
commit
8a0043216e
1 gewijzigde bestanden met toevoegingen van 0 en 2 verwijderingen
  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 = new ProductManager();
         $productManager->loadByHostingId($hid);
         $productManager->loadByHostingId($hid);
 
 
-        $this->generateDoubleSection([new Text('firstname'), new Text('lastname')]);
-
         $email = new InputGroup('usernameGroup');
         $email = new InputGroup('usernameGroup');
 
 
         $email->addTextField('username', false, true);
         $email->addTextField('username', false, true);