forked from extern/egroupware
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:
@ -854,7 +854,7 @@ function egw_preferences(name, apps)
|
||||
}
|
||||
break;
|
||||
}
|
||||
egw_link_handler(egw_webserverUrl+url, current_app);
|
||||
egw_link_handler(egw_webserverUrl+url+'¤t_app='+current_app, current_app);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user