Skip to content

Commit

Permalink
BagPart/FlowPart editors couldn't be collapsed (#16099)
Browse files Browse the repository at this point in the history
  • Loading branch information
microposmp authored May 20, 2024
1 parent f167221 commit d23ca2f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ static ResourceManagementOptionsConfiguration()

_manifest
.DefineStyle("flowpart-edit")
.SetDependencies("widgetslist-edit")
.SetUrl( "~/OrchardCore.Flows/Styles/flows.edit.min.css", "~/OrchardCore.Flows/Styles/flows.edit.css");

_manifest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
{
Context.Items["BagPart.Edit"] = new object();
<script asp-name="flowpart-edit" at="Foot"></script>
<script asp-name="widgetslist-edit" at="Foot"></script>
<style asp-name="flowpart-edit" at="Head"></style>
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
}

<script asp-name="flowpart-edit" at="Foot"></script>
<script asp-name="widgetslist-edit" at="Foot"></script>
<style asp-name="flowpart-edit" at="Head"></style>
}

Expand Down

0 comments on commit d23ca2f

Please sign in to comment.