forked from extern/egroupware
Unset autocomplete_url for collab mime type exclusion pref to avoid account search
This commit is contained in:
parent
e9f4a72031
commit
85d33febc6
@ -268,8 +268,13 @@ class filemanager_hooks
|
||||
'label' => lang('Excludes selected mime types'),
|
||||
'help' => lang('Excludes selected mime types from being opened by editor'),
|
||||
'name' => 'collab_excluded_mimes',
|
||||
'values' => $mimes,
|
||||
'values' => array(),
|
||||
'default' => '',
|
||||
'attributes' => array(
|
||||
'autocompelete_url' => ' ',
|
||||
'autocomplete_params' => ' ',
|
||||
'select_options' => $mimes
|
||||
)
|
||||
),
|
||||
'merge_open_handler' => array(
|
||||
'type' => 'select',
|
||||
|
Loading…
Reference in New Issue
Block a user