mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 18:38:29 +02:00
Implement proposed filemanager mime type open handler based on user preferences
This commit is contained in:
@ -393,7 +393,7 @@ function expose (widget)
|
||||
return;
|
||||
}
|
||||
|
||||
var fe = egw.link_get_registry('filemanager-editor');
|
||||
var fe = egw_get_file_editor_prefered_mimes();
|
||||
var self=this;
|
||||
// If the media type is not supported do not bind the click handler
|
||||
if (!_value || typeof _value.mime != 'string' || (!_value.mime.match(mime_regex,'ig')
|
||||
|
Reference in New Issue
Block a user