Vtiger_Record_Model->getImageDetails() not returning storedname...
Since v7.2.0 attachments are stored in the storage directory using an md5 sum of their name.
I have a custom module for Images and need to use the php getimageinfo() method on the files from time-to-time so it would be really helpful if the getImageDetails() method returned both the "real" file name and, if it's populated, the vtiger_attachments.storedname value as well.