Add debug line

This commit is contained in:
Romain Neutron
2012-04-20 11:13:13 +02:00
parent a9e328c513
commit 6a4708bee5

View File

@@ -121,7 +121,7 @@
if(arrayValues instanceof Array)
{
if(arrayValues.length > 1 && !databoxField.isMulti())
throw 'You can not add multiple values to a non multi field';
throw 'You can not add multiple values to a non multi field ' + databoxField.getName();
var first = true;