Improve form behaviour to allow removing of document:

* add button to remove document ;
* fix error when document is removed ;
This commit is contained in:
2020-06-15 15:18:19 +02:00
parent a4c2b93e1c
commit 48b1bec7ea
8 changed files with 165 additions and 15 deletions

View File

@@ -30,6 +30,7 @@ class ChillDocStoreExtension extends Extension implements PrependExtensionInterf
$loader->load('services/controller.yml');
$loader->load('services/menu.yml');
$loader->load('services/fixtures.yml');
$loader->load('services/form.yml');
}
public function prepend(ContainerBuilder $container)