forked from extern/egroupware
added postSubmit=true to document actions in mime-type sub-menus, was there for all other cases already
This commit is contained in:
parent
ddc17e8e0d
commit
9455efae32
@ -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')
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user