mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 12:01:20 +02:00
Admin - fix missing/incorrect filter options in user export definition
This commit is contained in:
@ -489,6 +489,10 @@ var et2_customfields_list = (function(){ "use strict"; return et2_valueWidget.ex
|
||||
},
|
||||
_setup_select_account: function(field_name, field, attrs) {
|
||||
attrs.empty_label = egw.lang('Select');
|
||||
if(field.account_type)
|
||||
{
|
||||
attrs.account_type = field.account_type;
|
||||
}
|
||||
return this._setup_select(field_name, field, attrs);
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user