mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +00:00
Add debug line
This commit is contained in:
@@ -121,7 +121,7 @@
|
|||||||
if(arrayValues instanceof Array)
|
if(arrayValues instanceof Array)
|
||||||
{
|
{
|
||||||
if(arrayValues.length > 1 && !databoxField.isMulti())
|
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;
|
var first = true;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user