mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 02:18:31 +02:00
EgwApp object need to be global / assigned to window.EgwApp
as that's how we iterate through all EgwApp instances for observer and push
This commit is contained in:
@ -2262,3 +2262,5 @@ export abstract class EgwApp
|
||||
return EgwApp._instances[Symbol.iterator]();
|
||||
}
|
||||
}
|
||||
// EgwApp need to be global on window, as it's used to iterate through all EgwApp instances
|
||||
window.EgwApp = EgwApp;
|
Reference in New Issue
Block a user