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

@ -92,7 +92,7 @@ class AttachmentType extends StructuralDBElement
* @var string
* @ORM\Column(type="text")
*/
protected $filetype_filter;
protected $filetype_filter = "";
/**
* Get all attachements ("Attachement" objects) with this type.