mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
fix for missing projectmanagerlinks in timesheet (tracker #1876)
This commit is contained in:
parent
5ed6981210
commit
662f0fc707
@ -504,7 +504,8 @@ class timesheet_ui extends timesheet_bo
|
||||
$rows = $ids;
|
||||
return $this->total; // no need to set other fields or $readonlys
|
||||
}
|
||||
$links = egw_link::get_links_multiple(TIMESHEET_APP,$ids,true,'projectmanager'); // only check for pm links!
|
||||
#$links = egw_link::get_links_multiple(TIMESHEET_APP,$ids,true,'projectmanager'); // only check for pm links!
|
||||
$links = egw_link::get_links_multiple(TIMESHEET_APP,$ids,true);
|
||||
|
||||
unset($query['col_filter'][0]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user