mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +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();
|
||||
}
|
||||
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
|
||||
// won't load the template properly
|
||||
[_url], this._ajax_load_callback,null, true, this
|
||||
|
Loading…
Reference in New Issue
Block a user