mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 19:19:43 +01:00
Better warning to help track down offending widget
This commit is contained in:
parent
74b41ec99a
commit
077acb3fb0
@ -203,7 +203,7 @@ var et2_dataview_rowProvider = Class.extend({
|
|||||||
|
|
||||||
// Issue a warning - widgets which do not implement et2_IDOMNode
|
// Issue a warning - widgets which do not implement et2_IDOMNode
|
||||||
// are very slow
|
// are very slow
|
||||||
et2_debug("warn", "Non-clonable widget in dataview row - this " +
|
et2_debug("warn", "Non-clonable widget '"+ entry.widget._type + "' in dataview row - this " +
|
||||||
"might be slow", entry);
|
"might be slow", entry);
|
||||||
|
|
||||||
// Set the placeholder for the entry to null
|
// Set the placeholder for the entry to null
|
||||||
|
Loading…
Reference in New Issue
Block a user