forked from extern/egroupware
fix not working click on virtual structure (eg. "/apps/addressbook/$all"), because it uses mime "egw/addressbook"
This commit is contained in:
parent
f46358f45a
commit
7f63eb36af
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user