WIP of framework's multitab implementation

This commit is contained in:
Hadi Nategh
2020-09-23 16:55:35 +02:00
parent b5ef5126c6
commit 4bf65486ef
7 changed files with 26 additions and 10 deletions

View File

@ -315,7 +315,7 @@ egw.extend('open', egw.MODULE_WND_LOCAL, function(_egw, _wnd)
return popup_window;
}
else if ((typeof _target == 'undefined' || _target == '_self' || typeof this.link_app_list()[_target] != "undefined"))
else if ((typeof _target == 'undefined' || _target == '_tab' || _target == '_self' || typeof this.link_app_list()[_target] != "undefined"))
{
if(_target == '_self')
{