Feature #4232
closedDo not attach too big data attachments to reports
100%
Description
Calculate total size of report data attachments and when they cross given threshold do not attach them to mailed report message. Instead there should be short information about the fact the report was truncated somewhere within the message with link where the data can be downloaded.
Related issues
Updated by Jan Mach about 6 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 10
Updated by Jan Mach about 6 years ago
- Related to Task #4114: Report content design and adjustments added
Updated by Jan Mach about 6 years ago
- % Done changed from 10 to 90
The attached commit resolves this issue. Each group can now configure the maximal size of email attachments (defaults to 10MB), files exceeding this limit will not be added to the email and users will have to download them (there will be a short text line in the email body informing the user about that).
The commit contains full work including changes in reporter, its configuration file, all underlying libraries and also in web interface views and forms that enable user to configure the new reporting setting.
Updated by Jan Mach about 6 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100