mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +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) {
|
||||
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">
|
||||
<label for="publishActions">@T("Actions:")</label>
|
||||
<select id="publishActions" name="Options.BulkAction">
|
||||
|
Reference in New Issue
Block a user