mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Fix distribution list column disabling
This commit is contained in:
parent
e6678399d2
commit
87edf6608c
@ -1736,7 +1736,7 @@ window.egw_LAB.wait(function() {
|
|||||||
$row['cat_id'] = $this->categories->check_list(EGW_ACL_READ,$row['cat_id']);
|
$row['cat_id'] = $this->categories->check_list(EGW_ACL_READ,$row['cat_id']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$readonlys['no_distrib_lists'] = (bool)$show_distributionlist;
|
$rows['no_distribution_list'] = (bool)$query['filter2'];
|
||||||
|
|
||||||
// disable customfields column, if we have no customefield(s)
|
// disable customfields column, if we have no customefield(s)
|
||||||
if (!$this->customfields) $rows['no_customfields'] = true;
|
if (!$this->customfields) $rows['no_customfields'] = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user