mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
fix not working click on virtual structure (eg. "/apps/addressbook/$all"), because it uses mime "egw/addressbook"
This commit is contained in:
parent
3dee5e9a56
commit
6d9f4dd712
@ -764,7 +764,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