Show maximum allowed file size below the upload field for attachments

This commit is contained in:
Jan Böhmer 2023-03-02 23:38:23 +01:00
parent 6fa5efc4ca
commit e0635f7ead
10 changed files with 2572 additions and 2487 deletions

View file

@ -94,6 +94,7 @@ services:
arguments:
$allow_attachments_downloads: '%partdb.attachments.allow_downloads%'
$mimeTypes: '@mime_types'
$max_upload_size: '%partdb.attachments.max_file_size%'
App\EventSubscriber\LogSystem\LogoutLoggerListener:
tags: