mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-07 22:10:01 +01:00
Exclude vfs when looking for info_link_id links, doesn't look possible to link to a file for this field
This commit is contained in:
parent
d5904fb3c0
commit
9db9804c14
@ -89,7 +89,7 @@ class infolog_export_csv implements importexport_iface_export_plugin {
|
||||
// Pre-load links all at once
|
||||
if($ids && $options['mapping']['info_link_id'])
|
||||
{
|
||||
$links = egw_link::get_links_multiple('infolog', $ids, true);
|
||||
$links = egw_link::get_links_multiple('infolog', $ids, true, '!'.egw_link::VFS_APPNAME);
|
||||
foreach($links as $id => $link) {
|
||||
if(!is_array($selection[$id])) break;
|
||||
$selection[$id]['info_link_id'] = $link;
|
||||
|
Loading…
Reference in New Issue
Block a user