mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Include org name in default columns for org view
This commit is contained in:
parent
69dc97f8b2
commit
3037724641
@ -226,6 +226,7 @@ class addressbook_ui extends addressbook_bo
|
||||
'do_email' => $do_email ? 1 : 0,
|
||||
// using a positiv list now, as we constantly adding new columns in addressbook, but not removing them from default
|
||||
'default_cols' => 'type,n_fileas_n_given_n_family_n_family_n_given_org_name_n_family_n_given_n_fileas,'.
|
||||
'org_name,'.
|
||||
'business_adr_one_countrycode_adr_one_postalcode,tel_work_tel_cell_tel_home,url_email_email_home',
|
||||
/* old negative list
|
||||
'default_cols' => '!cat_id,contact_created_contact_modified,distribution_list,contact_id,owner,room',*/
|
||||
|
Loading…
Reference in New Issue
Block a user