fix not working click on virtual structure (eg. "/apps/addressbook/$all"), because it uses mime "egw/addressbook"

This commit is contained in:
Ralf Becker 2014-12-18 13:47:04 +00:00
parent f46358f45a
commit 7f63eb36af

View File

@ -663,7 +663,7 @@ app.classes.filemanager = AppJS.extend(
{
}
else if (widget.value.mime == 'httpd/unix-directory')
else if (widget.value.is_dir) // true for "httpd/unix-directory" and "egw/*"
{
var path = null;
// Cannot do this, there are multiple widgets named path