From: Charles du Jeu Date: Fri, 3 Jul 2009 12:33:11 +0000 (+0000) Subject: Add type attribute for ref-value X-Git-Tag: argeo-slc-2.1.7~1695 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=10582f06c4addab75517c35a2d1848e58ecaa073;p=gpl%2Fargeo-slc.git Add type attribute for ref-value git-svn-id: https://svn.argeo.org/slc/trunk@2686 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/server/org.argeo.slc.ria/src/argeo-ria-lib/slc/class/org/argeo/slc/ria/execution/Value.js b/server/org.argeo.slc.ria/src/argeo-ria-lib/slc/class/org/argeo/slc/ria/execution/Value.js index d8cbc9be9..34152e58e 100644 --- a/server/org.argeo.slc.ria/src/argeo-ria-lib/slc/class/org/argeo/slc/ria/execution/Value.js +++ b/server/org.argeo.slc.ria/src/argeo-ria-lib/slc/class/org/argeo/slc/ria/execution/Value.js @@ -114,7 +114,7 @@ qx.Class.define("org.argeo.slc.ria.execution.Value", { valueTag = this.getValue(); specAttribute = ''+valueTag+''; }else if(this.getSpecType() == "ref"){ - specAttribute = ''; + specAttribute = ''; } return ''+specAttribute+''; }