mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
Make sure sidebox template is loaded also
This commit is contained in:
parent
ffad978c81
commit
bb380e2c59
@ -2943,7 +2943,7 @@ app.classes.calendar = AppJS.extend(
|
|||||||
_et2_view_init: function(_et2, _name)
|
_et2_view_init: function(_et2, _name)
|
||||||
{
|
{
|
||||||
var hidden = typeof this.state.view !== 'undefined';
|
var hidden = typeof this.state.view !== 'undefined';
|
||||||
var all_loaded = true;
|
var all_loaded = this.sidebox_et2 !== null;
|
||||||
|
|
||||||
// Avoid home portlets using our templates, and get them right
|
// Avoid home portlets using our templates, and get them right
|
||||||
if(_et2.uniqueId.indexOf('portlet') === 0) return;
|
if(_et2.uniqueId.indexOf('portlet') === 0) return;
|
||||||
|
Loading…
Reference in New Issue
Block a user