Show messages, when an element can not be deleted.

Fixes issue #43.
This commit is contained in:
Jan Böhmer 2020-05-17 21:52:47 +02:00
parent be47680b60
commit 8951940be1
6 changed files with 973 additions and 888 deletions

View file

@ -91,7 +91,7 @@ class AttachmentType extends AbstractStructuralDBElement
*/
public function getAttachmentsForType(): Collection
{
return $this->attachments;
return $this->attachments_with_type;
}
/**