forked from extern/egroupware
Fix Uncaught TypeError: this.getArrayMgr is not a function when accessing calendar through SiteMgr
This commit is contained in:
parent
fefc2b5f88
commit
246683331b
@ -925,7 +925,7 @@ et2_calendar_event.owner_check = function owner_check(event, parent, owner_too)
|
||||
}
|
||||
else
|
||||
{
|
||||
options = this.getArrayMgr("sel_options").getRoot().getEntry('owner');
|
||||
options = parent.getArrayMgr("sel_options").getRoot().getEntry('owner');
|
||||
}
|
||||
if(event.participants && parent.options.owner)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user