mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Infolog: Add project as export filter
This commit is contained in:
parent
0628c5d54a
commit
06ceeb54e3
@ -312,6 +312,14 @@ class infolog_export_csv implements importexport_iface_export_plugin
|
|||||||
'type' => 'link-entry',
|
'type' => 'link-entry',
|
||||||
'only_app' => ''
|
'only_app' => ''
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// Projectmanager
|
||||||
|
$filters['pm_id'] = array(
|
||||||
|
'name' => 'pm_id',
|
||||||
|
'label' => 'Project',
|
||||||
|
'type' => 'link-entry',
|
||||||
|
'only_app' => 'projectmanager'
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user