added postSubmit=true to document actions in mime-type sub-menus, was there for all other cases already

This commit is contained in:
Ralf Becker 2014-05-26 16:09:03 +00:00
parent ddc17e8e0d
commit 9455efae32

View File

@ -1773,7 +1773,8 @@ abstract class bo_merge
); );
} }
$documents[$file['mime']]['children'][$prefix.$file['name']] = array( $documents[$file['mime']]['children'][$prefix.$file['name']] = array(
'caption' => egw_vfs::decodePath($file['name']) 'caption' => egw_vfs::decodePath($file['name']),
'postSubmit' => true, // download needs post submit (not Ajax) to work
); );
if ($file['mime'] == 'message/rfc822') if ($file['mime'] == 'message/rfc822')
{ {