forked from extern/egroupware
fixed not updated sidebox in calendar when using framed template-set, as sidebox is now transported as data attribute, we need to set it in or before header call
This commit is contained in:
parent
55549efa00
commit
4f3f88ae92
@ -151,6 +151,13 @@
|
||||
window.app[appname] = new window.app.classes[appname]();
|
||||
}
|
||||
|
||||
// set sidebox for tabed templates
|
||||
var sidebox = egw_script.getAttribute('data-setSidebox');
|
||||
if (window.framework && sidebox)
|
||||
{
|
||||
window.framework.setSidebox.apply(window.framework, JSON.parse(sidebox));
|
||||
}
|
||||
|
||||
// load et2
|
||||
var data = egw_script.getAttribute('data-etemplate');
|
||||
if (data)
|
||||
|
Loading…
Reference in New Issue
Block a user