- Issue created by @proxiblue
- 🇦🇺Australia proxiblue
Import via pasted xml continues to work, so looks like issue is 100% file upload / import, likely due to file entity changed.
- Assigned to nginex
- Status changed to Closed: works as designed
5 months ago 8:20pm 11 June 2024 - 🇺🇦Ukraine nginex
Please add application/zip to mime types of document at /admin/structure/file-types/manage/document/edit
This should solve the issue
- Status changed to Active
5 months ago 8:55pm 11 June 2024 - 🇺🇦Ukraine nginex
going to implement a hook_update_N to update this setting if file_enity module is enabled
also I can add a warning message on content import page
- 🇷🇴Romania oana.hulpoi
Indeed, adding the MIME type here /admin/structure/file-types/manage/document/edit fixed the issue.
Thank you! - 🇮🇳India dev2.addweb
Hi,
I have created patch and added hook_update_N as per suggested in #5, With addition of application/zip, I have to also added application/octet-stream for YAML file. Please review patch. - Status changed to RTBC
about 1 month ago 7:16am 16 October 2024 - 🇮🇳India rajeevgole
I have reviewed the patch(#7) manually. It works fine.