Added an option for mass creation of structured data.

This commit is contained in:
Jan Böhmer 2019-08-12 22:41:58 +02:00
parent 51be176418
commit 87e6f641c3
18 changed files with 177 additions and 24 deletions

View file

@ -34,8 +34,8 @@ namespace App\Controller\AdminPages;
use App\Entity\Attachments\AttachmentType;
use App\Entity\Parts\Storelocation;
use App\Form\BaseEntityAdminForm;
use App\Form\StorelocationAdminForm;
use App\Form\AdminPages\BaseEntityAdminForm;
use App\Form\AdminPages\StorelocationAdminForm;
use App\Services\EntityExporter;
use App\Services\EntityImporter;
use App\Services\StructuralElementRecursionHelper;