mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 20:40:14 +01:00
Slightly better error message to help find the offender
This commit is contained in:
parent
375fad6cd4
commit
73d49a957a
@ -345,7 +345,7 @@ var et2_widget = Class.extend({
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
this.egw().debug("error", this, "Widget is not supported by this widget class", _node);
|
this.egw().debug("error", "Widget " + _node._type +" is not supported by this widget class", this);
|
||||||
// throw("Widget is not supported by this widget class!");
|
// throw("Widget is not supported by this widget class!");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user