Infolog: Add project as export filter

This commit is contained in:
nathangray 2021-04-13 10:57:54 -06:00
parent 0628c5d54a
commit 06ceeb54e3
1 changed files with 8 additions and 0 deletions

View File

@ -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'
);
}
/**