# HG changeset patch # User Sylvain Thénault # Date 1291280952 -3600 # Node ID 51880d28ef6371bcb352835ba217f30a7a29219b # Parent 6e6d1d19f34197e2ec6ae21f68cfccfebaa2328b [autoform] fix call to remove pending generic relation: reference bad function name diff -r 6e6d1d19f341 -r 51880d28ef63 web/data/cubicweb.edition.js --- a/web/data/cubicweb.edition.js Thu Dec 02 10:08:28 2010 +0100 +++ b/web/data/cubicweb.edition.js Thu Dec 02 10:09:12 2010 +0100 @@ -209,7 +209,7 @@ } } elementId = elementId.substring(2, elementId.length); - loadRemote('json', ajaxFuncArgs('remove_pending_inserts', null, + loadRemote('json', ajaxFuncArgs('remove_pending_insert', null, elementId.split(':')), 'GET', true); }