web/data/cubicweb.edition.js
changeset 2458 4d114865098f
parent 2381 caad2367d940
parent 2382 c1dcb5aef4b4
child 2483 6e328fcc276c
--- a/web/data/cubicweb.edition.js	Thu Jul 23 15:29:07 2009 +0200
+++ b/web/data/cubicweb.edition.js	Thu Jul 23 15:33:03 2009 +0200
@@ -512,7 +512,7 @@
           document.location.href = result[1];
         } else {
 	  if (result[0]) {
-            var d = asyncRemoteExec('reledit_form', eid, rtype, role, lzone);
+            var d = asyncRemoteExec('reledit_form', eid, rtype, role, default_value, lzone);
             d.addCallback(function (result) {
               jQuery('#'+divid+'-reledit').replaceWith(result);
             });