forked from extern/egroupware
Implement legacy options for link-entry - lets infolog parent work
This commit is contained in:
parent
ab50dd80c8
commit
e88585c8e0
@ -231,7 +231,6 @@ function et2_validateAttrib(_id, _attrib)
|
|||||||
_attrib["name"] = _id;
|
_attrib["name"] = _id;
|
||||||
egw.debug("log", "Human name ('name'-Field) for attribute '" +
|
egw.debug("log", "Human name ('name'-Field) for attribute '" +
|
||||||
_id + "' has not been supplied, set to '" + _id + "'");
|
_id + "' has not been supplied, set to '" + _id + "'");
|
||||||
console.debug(_attrib);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (typeof _attrib["description"] == "undefined")
|
if (typeof _attrib["description"] == "undefined")
|
||||||
|
@ -1291,7 +1291,6 @@ var et2_nextmatch_customfields = et2_customfields_list.extend(et2_INextmatchHead
|
|||||||
}
|
}
|
||||||
else if (apps[field.type])
|
else if (apps[field.type])
|
||||||
{
|
{
|
||||||
// TODO: Figure out why search can't get focus
|
|
||||||
widget = et2_createWidget("nextmatch-entryheader", {
|
widget = et2_createWidget("nextmatch-entryheader", {
|
||||||
id: cf_id,
|
id: cf_id,
|
||||||
application: field.type,
|
application: field.type,
|
||||||
|
@ -325,6 +325,7 @@ var et2_link_entry = et2_inputWidget.extend({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
legacyOptions: ["application"],
|
||||||
search_timeout: 200, //ms after change to send query
|
search_timeout: 200, //ms after change to send query
|
||||||
minimum_characters: 2, // Don't send query unless there's at least this many chars
|
minimum_characters: 2, // Don't send query unless there's at least this many chars
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user