Test the admin pages, if read/list/delete is working.

This commit is contained in:
Jan Böhmer 2019-10-26 22:27:04 +02:00
parent 7e8752d1a2
commit dd1dc54d97
27 changed files with 858 additions and 109 deletions

View file

@ -264,6 +264,8 @@ abstract class BaseAdminController extends AbstractController
$entityManager->flush();
$this->addFlash('success', 'attachment_type.deleted');
} else {
$this->addFlash('error', 'csfr_invalid');
}
return $this->redirectToRoute($this->route_base . '_new');