mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-11437 Fix duplicated Mimetypes in the list when transforming content in Share, by either correcting labels when two mimetypes are different, or rationalising (with patch) where multiple mimetypes exist for one filetype (photoshop and AutoCAD dwg)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32254 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -160,6 +160,10 @@ public abstract class AbstractImageMagickContentTransformerWorker extends Conten
|
||||
{
|
||||
return false; // svg extension doesn't work
|
||||
}
|
||||
else if (mimetype.equals(MimetypeMap.MIMETYPE_IMG_DWG))
|
||||
{
|
||||
return false; // dwg extension doesn't work
|
||||
}
|
||||
else
|
||||
{
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user