mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Admin: Do not send groups again just for readonly 'Primary group' column
This commit is contained in:
parent
0596cb501b
commit
71c1282a8b
@ -88,8 +88,6 @@ class admin_ui
|
|||||||
'title' => $data['account_description'],
|
'title' => $data['account_description'],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
$sel_options['account_primary_group'] = $sel_options['filter'];
|
|
||||||
unset($sel_options['account_primary_group']['']);
|
|
||||||
|
|
||||||
$sel_options['filter2'] = array(
|
$sel_options['filter2'] = array(
|
||||||
'' => 'All',
|
'' => 'All',
|
||||||
|
@ -42,9 +42,7 @@
|
|||||||
<description id="${row}[account_firstname]" no_lang="1"/>
|
<description id="${row}[account_firstname]" no_lang="1"/>
|
||||||
<description id="${row}[account_lastname]" no_lang="1"/>
|
<description id="${row}[account_lastname]" no_lang="1"/>
|
||||||
<url-email id="${row}[account_email]" readonly="true" class="adminOverflowEllipsis"/>
|
<url-email id="${row}[account_email]" readonly="true" class="adminOverflowEllipsis"/>
|
||||||
<menulist>
|
<select-account id="${row}[account_primary_group]" no_lang="1" readonly="true"/>
|
||||||
<menupopup id="${row}[account_primary_group]" no_lang="1" readonly="true"/>
|
|
||||||
</menulist>
|
|
||||||
<description id="${row}[status]" no_lang="1" class="adminStatus"/>
|
<description id="${row}[status]" no_lang="1" class="adminStatus"/>
|
||||||
<date-time id="${row}[account_created]" readonly="true"/>
|
<date-time id="${row}[account_created]" readonly="true"/>
|
||||||
<date-time id="${row}[account_modified]" readonly="true"/>
|
<date-time id="${row}[account_modified]" readonly="true"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user