--HG--
branch : 1.x
This commit is contained in:
Bertrand Le Roy
2013-02-05 13:20:49 -08:00

View File

@@ -65,7 +65,7 @@
// instanciates a new workflow widget in the editor
var createActivity = function (activityName, top, left) {
return renderActivity(null, activityName, {}, false, top, left);
return renderActivity(null, -1, activityName, {}, false, top, left);
};