forked from extern/egroupware
* Calendar: fix not working refresh via push, if Home app is used
Current fix only makes sure global app.calendar created by home get completly destroyed (and newly created by calendar itself), and not just unregistered from the push We probably want to modify home to create private app objects for its portlets
This commit is contained in:
parent
c5f03f6413
commit
33d983f547
@ -194,6 +194,7 @@ var fw_browser = (function(){ "use strict"; return Class.extend(
|
||||
if(app[this.app.appName] && app[this.app.appName].destroy)
|
||||
{
|
||||
app[this.app.appName].destroy();
|
||||
delete app[this.app.appName]; // really delete it, so new object get constructed and registered for push
|
||||
}
|
||||
|
||||
// Unload etemplate2, if there
|
||||
|
Loading…
Reference in New Issue
Block a user