mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 02:14:45 +01:00
Give a warning when the detached nodes are missing, to help track them down
This commit is contained in:
parent
0c2866a133
commit
a11673dc8f
@ -398,6 +398,8 @@ var et2_dataview_rowProvider = Class.extend({
|
||||
// from the entry
|
||||
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
|
||||
entry.widget._mgrs = mgrs;
|
||||
|
Loading…
Reference in New Issue
Block a user