mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 20:13:28 +00:00
Add debug line
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user