mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +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',
|
||||
'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