]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - server/org.argeo.slc.ria/src/argeo-ria-lib/slc/class/org/argeo/slc/ria/execution/Message.js
Fix 293 & 291
[gpl/argeo-slc.git] / server / org.argeo.slc.ria / src / argeo-ria-lib / slc / class / org / argeo / slc / ria / execution / Message.js
index 0140311db4ab2c7895e7611147a70486fb77d982..b820aa379aa977c03466409c83c003f361be9f45 100644 (file)
@@ -107,11 +107,11 @@ qx.Class.define("org.argeo.slc.ria.execution.Message", {
                        builder.add('<slc:user>'+this.getUser()+'</slc:user>');\r
                        var flows = this.getBatchEntrySpecs();\r
                        if(flows.length){\r
-                               builder.add('<realized-flows>');\r
+                               builder.add('<slc:realized-flows>');\r
                                for(var i=0;i<flows.length;i++){\r
                                        builder.add(flows[i].toXml());  \r
                                }\r
-                               builder.add('</realized-flows>');\r
+                               builder.add('</slc:realized-flows>');\r
                        }                       \r
                        var attr = this.getAttributes();\r
                        if(qx.lang.Object.getLength(attr)){\r