mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Consider link with load param for re-browse it in admin tab
This commit is contained in:
parent
f4ad64a757
commit
c159e47406
@ -174,7 +174,9 @@ var fw_base = Class.extend({
|
||||
else if (_app.browser != null &&
|
||||
// check if app has its own linkHandler
|
||||
!(this.applications[_app.appName].app_refresh) &&
|
||||
_app.browser.iframe == null && _url == _app.browser.currentLocation)
|
||||
_app.browser.iframe == null && _url == _app.browser.currentLocation
|
||||
// links with load may needs to be reloaded e.g. admin applications global cats
|
||||
&& (!_app.browser.currentLocation.match(/&load=[^&]+/g) && _app == 'admin'))
|
||||
{
|
||||
// Just do an egw_refresh to avoid a full reload
|
||||
egw_refresh('',_app.appName);
|
||||
|
Loading…
Reference in New Issue
Block a user