mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Calendar - queue unknown owner label requests
This commit is contained in:
parent
508f3f81e2
commit
f255a80f52
@ -373,10 +373,10 @@ var et2_calendar_view = (function(){ "use strict"; return et2_valueWidget.extend
|
|||||||
{
|
{
|
||||||
// No sidebox? Must be in home or sitemgr (no caching) - ask directly
|
// No sidebox? Must be in home or sitemgr (no caching) - ask directly
|
||||||
label = '?';
|
label = '?';
|
||||||
egw.json('calendar_owner_etemplate_widget::ajax_owner',user,function(data) {
|
egw.jsonq('calendar_owner_etemplate_widget::ajax_owner',user,function(data) {
|
||||||
et2_calendar_view.owner_name_cache[user] = data;
|
et2_calendar_view.owner_name_cache[user] = data;
|
||||||
this.invalidate(true);
|
this.invalidate(true);
|
||||||
}.bind(this), this).sendRequest();
|
}.bind(this), this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(label)
|
if(label)
|
||||||
|
Loading…
Reference in New Issue
Block a user