mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixing workflow editor
--HG-- branch : 1.x
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user