mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 09:38:53 +01:00
Debug validation errors to console
This commit is contained in:
parent
8a2eb38369
commit
86e72a105e
@ -452,6 +452,7 @@ function etemplate2_handle_validation_error(_type, _response)
|
|||||||
{
|
{
|
||||||
// Display validation errors
|
// Display validation errors
|
||||||
//$j(':input',this.DOMContainer).data("validator").invalidate(_response.data);
|
//$j(':input',this.DOMContainer).data("validator").invalidate(_response.data);
|
||||||
|
egw().debug("warn","Validation errors", _response.data);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Calls etemplate2_handle_response in the context of the object which
|
// Calls etemplate2_handle_response in the context of the object which
|
||||||
|
Loading…
Reference in New Issue
Block a user