multi-attachments field, doesn't work on v11.2.0

Hi everyone.

I have a field, type "multi-attachments" to load files on my Case module. I have an issue with this field after upgrading to Sugar 11.2.0 (on previous versions, this field worked without problems), this one doesn't show the attached file(s), simply don't attach file(s).

My original code (that worked fine) at the record.php file is:

 0 =>
              array (
                'name' => 'attachment_list',
                'label' => 'LBL_ATTACHMENTS',
                'type' => 'multi-attachments',
                'link' => 'attachments',
                'module' => 'Notes',
                'modulefield' => 'filename',
                'bLabel' => 'LBL_ADD_ATTACHMENT',
                'span' => 12,
              ),
Someone knows if Sugar changes the 'type' name with the update?
Regards.