X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=server%2Forg.argeo.slc.ria%2Fsrc%2Fargeo-ria-lib%2Fslc%2Fclass%2Forg%2Fargeo%2Fslc%2Fria%2Fexecution%2FCellEditorFactory.js;h=6651813373ca3c2113fe3cfc85ade9353bac9ff5;hb=6e162ed05016679a19bf4da38b835d15684cb232;hp=7e31b7967f37f6f6a6d8e19eb4adb56ee53db2d6;hpb=7b72702ce6e632fd98adb106f01a21fca4dd18c0;p=gpl%2Fargeo-slc.git diff --git a/server/org.argeo.slc.ria/src/argeo-ria-lib/slc/class/org/argeo/slc/ria/execution/CellEditorFactory.js b/server/org.argeo.slc.ria/src/argeo-ria-lib/slc/class/org/argeo/slc/ria/execution/CellEditorFactory.js index 7e31b7967..665181337 100644 --- a/server/org.argeo.slc.ria/src/argeo-ria-lib/slc/class/org/argeo/slc/ria/execution/CellEditorFactory.js +++ b/server/org.argeo.slc.ria/src/argeo-ria-lib/slc/class/org/argeo/slc/ria/execution/CellEditorFactory.js @@ -165,7 +165,7 @@ qx.Class.define("org.argeo.slc.ria.execution.CellEditorFactory", value = cellEditor.getValue(); }else{ var sel = cellEditor.getModelSelection(); - value = sel[0]; + value = sel.getItem(0); } var validationFunc = cellEditor.getUserData("validationFunc");