mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
Give a warning when the detached nodes are missing, to help track them down
This commit is contained in:
@ -398,6 +398,8 @@ var et2_dataview_rowProvider = Class.extend({
|
|||||||
// from the entry
|
// from the entry
|
||||||
nodes[j] = entry.nodeFuncs[j](_row[0]);
|
nodes[j] = entry.nodeFuncs[j](_row[0]);
|
||||||
}
|
}
|
||||||
|
if(typeof nodes[0] == "undefined")
|
||||||
|
et2_debug("warn", "Missing node", entry.widget.id,nodes, entry );
|
||||||
|
|
||||||
// Set the array managers first
|
// Set the array managers first
|
||||||
entry.widget._mgrs = mgrs;
|
entry.widget._mgrs = mgrs;
|
||||||
|
Reference in New Issue
Block a user