Implement legacy options for link-entry - lets infolog parent work

This commit is contained in:
Nathan Gray 2012-04-04 20:17:38 +00:00
parent ab50dd80c8
commit e88585c8e0
3 changed files with 1 additions and 2 deletions

View File

@ -231,7 +231,6 @@ function et2_validateAttrib(_id, _attrib)
_attrib["name"] = _id;
egw.debug("log", "Human name ('name'-Field) for attribute '" +
_id + "' has not been supplied, set to '" + _id + "'");
console.debug(_attrib);
}
if (typeof _attrib["description"] == "undefined")

View File

@ -1291,7 +1291,6 @@ var et2_nextmatch_customfields = et2_customfields_list.extend(et2_INextmatchHead
}
else if (apps[field.type])
{
// TODO: Figure out why search can't get focus
widget = et2_createWidget("nextmatch-entryheader", {
id: cf_id,
application: field.type,

View File

@ -325,6 +325,7 @@ var et2_link_entry = et2_inputWidget.extend({
},
},
legacyOptions: ["application"],
search_timeout: 200, //ms after change to send query
minimum_characters: 2, // Don't send query unless there's at least this many chars