You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've recently set up the Redmine More Previews plugin on a fresh Redmine 5 installation. However, I've encountered an issue when attempting to preview .eml files. An error is thrown, suggesting an issue with an unknown filename.
Upon investigation, I pinpointed the cause to the asset_link method, where Marcel::MimeType isn't receiving the complete pathname for the asset.
Below is a patch that resolved the issue on my end:
Hello Dr. Wenzel,
I've recently set up the Redmine More Previews plugin on a fresh Redmine 5 installation. However, I've encountered an issue when attempting to preview .eml files. An error is thrown, suggesting an issue with an unknown filename.
Upon investigation, I pinpointed the cause to the asset_link method, where Marcel::MimeType isn't receiving the complete pathname for the asset.
Below is a patch that resolved the issue on my end:
The text was updated successfully, but these errors were encountered: