From 63c9906fd5468929ae1e4df541e0fc3cbc045d91 Mon Sep 17 00:00:00 2001 From: Fabio Guachalla Date: Thu, 6 Dec 2018 08:34:26 -0400 Subject: [PATCH] PMC-107:Unable to import processes with extension pmx2 (granular) --- config/customMimeTypes.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/customMimeTypes.php b/config/customMimeTypes.php index c78f3e0fa..45d063951 100644 --- a/config/customMimeTypes.php +++ b/config/customMimeTypes.php @@ -1,9 +1,9 @@ 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'pm' => 'text/plain', 'pmt' => 'text/plain', - 'pmx' => 'application/xml', + 'pmx' => ['application/xml', 'text/xml', 'text/html'], + 'pmx2' => ['application/xml', 'text/xml', 'text/html'], 'po' => 'text/x-po', 'pdf' => 'application/pdf', 'png' => 'image/png',