mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-18 11:21:23 +01:00
Fix Admin -> App configuration gives error
Uncaught TypeError: Cannot read properties of undefined (reading 'activeApp')
This commit is contained in:
parent
bfa19597d1
commit
fc4bfbb5b6
@ -190,7 +190,7 @@ class AdminApp extends EgwApp
|
|||||||
jQuery(this.ajax_target.getDOMNode()).empty();
|
jQuery(this.ajax_target.getDOMNode()).empty();
|
||||||
}
|
}
|
||||||
this.egw.json(
|
this.egw.json(
|
||||||
framework.activeApp.getMenuaction('ajax_exec', _url),
|
window.framework.activeApp.getMenuaction('ajax_exec', _url),
|
||||||
// It's important that the context is null, or etemplate2
|
// It's important that the context is null, or etemplate2
|
||||||
// won't load the template properly
|
// won't load the template properly
|
||||||
[_url], this._ajax_load_callback,null, true, this
|
[_url], this._ajax_load_callback,null, true, this
|
||||||
|
Loading…
Reference in New Issue
Block a user