jmix-framework / jmix

Jmix framework
https://www.jmix.io
Apache License 2.0
694 stars 124 forks source link

Can't view email body in Email history screen if jmix.email.use-file-storage = true #3828

Closed alexbudarov closed 1 week ago

alexbudarov commented 3 weeks ago

Environment

Jmix version: 2.3.4

Bug Description

If email body is stored in file storage, then there is no way to view it in Email history screen.

Steps To Reproduce

Current Behavior

"Content" text area is empty. "Show content" button is disabled.

There is no way for you to view the content of email.

Though you can Download attachments if there were any, it works.

Expected Behavior

"Content", and "Show content" elements in this screen work the same way, regardless of jmix.email.use-file-storage setting.

image