mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-13 18:17:07 +02:00
Silence some messages about missing attribute attributes
This commit is contained in:
@ -378,6 +378,7 @@ function et2_validateAttrib(_id, _attrib)
|
||||
_attrib["name"] = _id;
|
||||
et2_debug("log", "Human name ('name'-Field) for attribute '" +
|
||||
_id + "' has not been supplied, set to '" + _id + "'");
|
||||
console.debug(_attrib);
|
||||
}
|
||||
|
||||
if (typeof _attrib["description"] == "undefined")
|
||||
|
Reference in New Issue
Block a user