mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
fix for bug #3071: r37248 - new function makes problems in listview/unable to hide field
This commit is contained in:
parent
7abfde460c
commit
8a1bb0a89e
@ -1413,7 +1413,7 @@ class addressbook_ui extends addressbook_bo
|
||||
// disable photo column, if view contains no photo(s)
|
||||
if (!$photos) $rows['no_photo'] = true;
|
||||
// disable homeaddress column, if we have no homeaddress(es)
|
||||
if (!$homeaddress) $rows['no_home'] = true;
|
||||
if (!$homeaddress) $rows['no_home_adr_two_countrycode_adr_two_postalcode'] = true;
|
||||
// disable roles column
|
||||
if (!$roles) $rows['no_role'] = true;
|
||||
// disable note column
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user