mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#19121: Fixing Custom Forms bulk actions
The view was not fully using the Contents controller. Work Item: 19121 --HG-- branch : 1.x
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@if (Model.List.Items.Count > 0) {
|
@if (Model.List.Items.Count > 0) {
|
||||||
using (Html.BeginFormAntiForgeryPost(Url.Action("Item", "Admin", new { area = "Orchard.CustomForms", id = "" }))) {
|
using (Html.BeginFormAntiForgeryPost(Url.Action("List", "Admin", new { area = "Contents", id = "" }))) {
|
||||||
<fieldset class="bulk-actions">
|
<fieldset class="bulk-actions">
|
||||||
<label for="publishActions">@T("Actions:")</label>
|
<label for="publishActions">@T("Actions:")</label>
|
||||||
<select id="publishActions" name="Options.BulkAction">
|
<select id="publishActions" name="Options.BulkAction">
|
||||||
|
Reference in New Issue
Block a user