restoring current app/tab, if pressing save or cancel, to do so let server know which is current app and run under that appname (otherwise redirect will happen to currently views app

This commit is contained in:
Ralf Becker
2013-12-06 00:02:16 +00:00
parent cfefedc8f7
commit b2c563e5aa
3 changed files with 20 additions and 19 deletions

View File

@ -854,7 +854,7 @@ function egw_preferences(name, apps)
}
break;
}
egw_link_handler(egw_webserverUrl+url, current_app);
egw_link_handler(egw_webserverUrl+url+'&current_app='+current_app, current_app);
}
}