X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;ds=sidebyside;f=server%2Forg.argeo.slc.ria%2Fsrc%2Fargeo-ria-lib%2Fslc%2Fclass%2Forg%2Fargeo%2Fslc%2Fria%2Fexecution%2FValue.js;h=34152e58e434142098d57653e66e1657d5e974d3;hb=10582f06c4addab75517c35a2d1848e58ecaa073;hp=d8cbc9be984e98bc4ba4d8cb3bd30c22be67e780;hpb=b2531c398b51dde19d6ceb4952fc5bdcc4c9e1e2;p=gpl%2Fargeo-slc.git 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+''; }