mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
reverted logic to disable ticket-id and times column for no details, now they depend only on the prefs again
This commit is contained in:
parent
aa2161d4c2
commit
6f41277aff
@ -193,7 +193,7 @@
|
||||
{
|
||||
$info['info_percent2'] = $info['info_percent'];
|
||||
}
|
||||
if ($this->prefs['show_id'] && $show_links != 'no_describtion')
|
||||
if ($this->prefs['show_id'])
|
||||
{
|
||||
$info['info_number'] = $info['info_id'];
|
||||
}
|
||||
@ -257,7 +257,7 @@
|
||||
}
|
||||
if ($query['no_actions']) $rows['no_actions'] = true;
|
||||
$rows['no_details'] = $query['filter2'] == 'no_describtion';
|
||||
$rows['no_times'] = !$this->prefs['show_times'] || $query['filter2'] == 'no_describtion';
|
||||
$rows['no_times'] = !$this->prefs['show_times'];
|
||||
$rows['no_timesheet'] = !isset($GLOBALS['egw_info']['user']['apps']['timesheet']);
|
||||
$rows['duration_format'] = ','.$this->duration_format.',,1';
|
||||
//echo "<p>readonlys = "; _debug_array($readonlys);
|
||||
|
Loading…
Reference in New Issue
Block a user