web/data/cubicweb.edition.js
changeset 10456 e7ee508a8b2f
parent 10434 8e04ab5582d9
child 10932 cb217b2b3463
--- a/web/data/cubicweb.edition.js	Fri May 15 23:05:54 2015 +0200
+++ b/web/data/cubicweb.edition.js	Tue Jun 23 13:08:48 2015 +0200
@@ -171,7 +171,7 @@
     var entityForm = jQuery('#entityForm');
     var oid = optionNode.id.substring(2); // option id is prefixed by "id"
     loadRemote(AJAX_BASE_URL, ajaxFuncArgs('add_pending_inserts', null,
-                                           [oid.split(':')]), 'GET', true);
+                                           [oid.split(':')]), 'POST', true);
     var selectNode = optionNode.parentNode;
     // remove option node
     selectNode.removeChild(optionNode);