mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#19874: Reversing script inclusion order between workflows scripts to prevent a potential "undefined" error.
Work Item: 19874 --HG-- branch : 1.x
This commit is contained in:
@@ -7,12 +7,11 @@
|
|||||||
Style.Require("WorkflowsAdmin");
|
Style.Require("WorkflowsAdmin");
|
||||||
Style.Require("WorkflowsActivities");
|
Style.Require("WorkflowsActivities");
|
||||||
Style.Require("jQueryUI_Orchard");
|
Style.Require("jQueryUI_Orchard");
|
||||||
Script.Require("jsPlumb");
|
Script.Require("jsPlumb");
|
||||||
Script.Include("orchard-workflows.js").AtFoot();
|
|
||||||
Script.Include("orchard-workflows-serialize.js").AtFoot();
|
Script.Include("orchard-workflows-serialize.js").AtFoot();
|
||||||
|
Script.Include("orchard-workflows.js").AtFoot();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@using (Html.BeginFormAntiForgeryPost("Edit")) {
|
@using (Html.BeginFormAntiForgeryPost("Edit")) {
|
||||||
@Html.ValidationSummary()
|
@Html.ValidationSummary()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user