-
-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[16.0][FIX] fs_file: mimetype property computation on FSFileValue #284
Conversation
62e1e99
to
dbf70d9
Compare
/ocabot merge patch |
What a great day to merge this nice PR. Let's do it! |
@lmignon The merge process could not be finalized, because command
|
The mimetype property of FSFileValue is computed as follow: * If an attachment is set, the mimetype is taken from the attachment. * If no attachment is set, the mimetype is guessed from the name of the file. * If the mimetype cannot be guessed from the name, the mimetype is guessed from the content of the file.
dbf70d9
to
5148cf8
Compare
/ocabot merge patch |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at f1b25e7. Thanks a lot for contributing to OCA. ❤️ |
No description provided.