Calendar - queue unknown owner label requests

This commit is contained in:
nathangray 2019-01-22 09:31:11 -07:00
parent 508f3f81e2
commit f255a80f52

View File

@ -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
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;
this.invalidate(true);
}.bind(this), this).sendRequest();
}.bind(this), this);
}
}
if(label)