mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 20:11:23 +02:00
Introduce new target type called "_browser", in order to specify browser default link handling
- Description widget using href, the default target would be _browser - Call filemanager egw.open with target _browser
This commit is contained in:
@@ -745,7 +745,7 @@ app.classes.filemanager = AppJS.extend(
|
||||
}
|
||||
else
|
||||
{
|
||||
egw.open({path: path, type: data.data.mime}, 'file');
|
||||
egw.open({path: path, type: data.data.mime}, 'file','view',null,'_browser');
|
||||
}
|
||||
return false;
|
||||
},
|
||||
|
Reference in New Issue
Block a user